mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Show images of your contributions (from current device)
This commit is contained in:
parent
d128e74fc8
commit
1ac8d3d879
3 changed files with 42 additions and 10 deletions
|
|
@ -3,11 +3,11 @@
|
|||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent">
|
||||
android:layout_height="256dp">
|
||||
|
||||
<ImageView android:id="@+id/contributionImage"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_height="256dp"
|
||||
android:scaleType="centerCrop"
|
||||
/>
|
||||
|
||||
|
|
@ -22,9 +22,7 @@
|
|||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="#AA000000"
|
||||
android:paddingLeft="10dp"
|
||||
android:paddingRight="10dp"
|
||||
android:paddingBottom="10dp"
|
||||
android:padding="10dp"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="18dp"
|
||||
android:typeface="serif" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue