mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
changed Icon (#1759)
This commit is contained in:
parent
000c6085a7
commit
b7f5c45b57
2 changed files with 14 additions and 11 deletions
|
|
@ -25,19 +25,18 @@
|
|||
android:textColor="@color/item_white_background"
|
||||
android:textSize="@dimen/subheading_text_size"
|
||||
android:layout_below="@+id/pictureOfTheDay"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginLeft="@dimen/activity_margin_horizontal"
|
||||
android:paddingBottom="@dimen/small_gap"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/user_icon"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="25dp"
|
||||
android:layout_height="25dp"
|
||||
app:srcCompat="@drawable/ic_person_black_24dp"
|
||||
android:textColor="@color/item_white_background"
|
||||
android:textSize="@dimen/subheading_text_size"
|
||||
android:layout_below="@+id/pictureOfTheDay"
|
||||
android:layout_marginHorizontal="@dimen/activity_margin_horizontal"
|
||||
android:layout_toRightOf="@+id/username"
|
||||
android:paddingBottom="@dimen/small_gap"/>
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_toRightOf="@+id/username" />
|
||||
|
||||
</RelativeLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue