aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_user_flair.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/item_user_flair.xml')
-rw-r--r--app/src/main/res/layout/item_user_flair.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/item_user_flair.xml b/app/src/main/res/layout/item_user_flair.xml
index e85daae8..2b21529a 100644
--- a/app/src/main/res/layout/item_user_flair.xml
+++ b/app/src/main/res/layout/item_user_flair.xml
@@ -12,7 +12,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_gravity="center_vertical"
- android:layout_marginStart="16dp"
+ android:padding="16dp"
android:textColor="?attr/primaryTextColor"
android:textSize="?attr/font_default"
android:fontFamily="?attr/font_family" />
@@ -22,7 +22,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
- android:layout_marginStart="32dp"
+ android:layout_marginStart="16dp"
android:padding="16dp"
android:src="@drawable/ic_edit_24dp"
android:background="?actionBarItemBackground"