aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/item_status_base.xml
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2017-10-22 00:35:36 +0900
committerKazuki Yamaguchi <k@rhe.jp>2017-10-22 00:35:36 +0900
commit7bcf115f0870eef0d5e43e2b76841e90dd9903c3 (patch)
tree1e4102ed8a7fe879b713d9ec912bc4a16080da9f /app/src/main/res/layout/item_status_base.xml
parent73995c83b119418ea1a7ed34d80550d5994c2e27 (diff)
downloadSmileEssence-7bcf115f0870eef0d5e43e2b76841e90dd9903c3.tar.gz
adjust style
Diffstat (limited to 'app/src/main/res/layout/item_status_base.xml')
-rw-r--r--app/src/main/res/layout/item_status_base.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/src/main/res/layout/item_status_base.xml b/app/src/main/res/layout/item_status_base.xml
index 480a94ec..9845cf97 100644
--- a/app/src/main/res/layout/item_status_base.xml
+++ b/app/src/main/res/layout/item_status_base.xml
@@ -7,8 +7,8 @@
<com.android.volley.toolbox.NetworkImageView
android:id="@+id/imageview_status_icon"
- android:layout_width="40dp"
- android:layout_height="40dp"
+ android:layout_width="48dp"
+ android:layout_height="48dp"
android:layout_marginBottom="5dp"
android:layout_marginStart="5dp"
android:layout_marginTop="5dp"
@@ -21,7 +21,7 @@
android:id="@+id/textview_status_header_username"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginStart="5dp"
+ android:layout_marginStart="8dp"
android:layout_marginTop="5dp"
android:duplicateParentState="true"
android:textColor="?status_item_header"
@@ -49,7 +49,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="5dp"
- android:layout_marginStart="5dp"
+ android:layout_marginStart="8dp"
android:textColor="?attr/color_status_text_footer"
android:textSize="@dimen/status_meta_text_size"
app:layout_constraintBottom_toTopOf="@+id/listview_status_embedded_status"
@@ -111,7 +111,7 @@
android:layout_height="wrap_content"
android:layout_marginBottom="5dp"
android:layout_marginEnd="5dp"
- android:layout_marginStart="5dp"
+ android:layout_marginStart="8dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/imageview_status_icon" />
@@ -122,7 +122,7 @@
android:layout_height="wrap_content"
android:layout_marginBottom="2dp"
android:layout_marginEnd="5dp"
- android:layout_marginStart="5dp"
+ android:layout_marginStart="8dp"
android:layout_marginTop="1dp"
android:textColor="?attr/color_status_text_normal"
android:textSize="@dimen/status_text_size"