aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/dialog_status_detail.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/dialog_status_detail.xml')
-rw-r--r--app/src/main/res/layout/dialog_status_detail.xml78
1 files changed, 38 insertions, 40 deletions
diff --git a/app/src/main/res/layout/dialog_status_detail.xml b/app/src/main/res/layout/dialog_status_detail.xml
index f85ec7b3..474e9e04 100644
--- a/app/src/main/res/layout/dialog_status_detail.xml
+++ b/app/src/main/res/layout/dialog_status_detail.xml
@@ -25,8 +25,7 @@
-->
-<ScrollView
- xmlns:android="http://schemas.android.com/apk/res/android"
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
@@ -40,70 +39,70 @@
android:id="@+id/listview_status_detail_reply_to"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:minHeight="100dp"/>
+ android:minHeight="100dp" />
<FrameLayout
android:layout_width="match_parent"
android:layout_height="1px"
- android:background="?attr/color_list_divider"/>
+ android:background="?attr/color_list_divider" />
<include
android:id="@+id/layout_status_header"
layout="@layout/list_item_status"
android:layout_width="fill_parent"
- android:layout_height="wrap_content"/>
+ android:layout_height="wrap_content" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:paddingTop="2dp"
+ android:layout_gravity="right"
android:baselineAligned="false"
- android:layout_gravity="right">
+ android:orientation="horizontal"
+ android:paddingTop="2dp">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
- android:orientation="horizontal"
- android:paddingTop="2dp"
+ android:layout_gravity="left|center_vertical"
android:baselineAligned="false"
- android:layout_gravity="left|center_vertical">
+ android:orientation="horizontal"
+ android:paddingTop="2dp">
<ImageView
android:id="@+id/image_status_detail_fav_count"
style="?attr/custom_button_transparent"
android:layout_width="24dp"
android:layout_height="match_parent"
- android:padding="0dp"
android:layout_weight="1"
+ android:contentDescription=""
+ android:padding="0dp"
android:scaleType="fitCenter"
- android:src="@drawable/icon_favorite_on"
- android:contentDescription=""/>
+ android:src="@drawable/icon_favorite_on" />
<TextView
android:id="@+id/textview_status_detail_fav_count"
android:layout_width="wrap_content"
android:layout_height="match_parent"
- android:textColor="@color/orange"
- android:gravity="center_vertical"/>
+ android:gravity="center_vertical"
+ android:textColor="@color/orange" />
<ImageView
android:id="@+id/image_status_detail_rt_count"
style="?attr/custom_button_transparent"
android:layout_width="24dp"
android:layout_height="match_parent"
- android:padding="0dp"
android:layout_weight="1"
+ android:contentDescription=""
+ android:padding="0dp"
android:scaleType="fitCenter"
- android:src="@drawable/icon_retweet_on"
- android:contentDescription=""/>
+ android:src="@drawable/icon_retweet_on" />
<TextView
android:id="@+id/textview_status_detail_rt_count"
android:layout_width="wrap_content"
android:layout_height="match_parent"
- android:textColor="@color/green"
- android:gravity="center_vertical"/>
+ android:gravity="center_vertical"
+ android:textColor="@color/green" />
</LinearLayout>
<ImageButton
@@ -111,69 +110,68 @@
style="?attr/custom_button_transparent"
android:layout_width="45dp"
android:layout_height="40dp"
- android:padding="0dp"
android:layout_weight="1"
+ android:contentDescription=""
+ android:padding="0dp"
android:scaleType="fitCenter"
- android:src="?attr/icon_message"
- android:contentDescription=""/>
+ android:src="?attr/icon_message" />
<ImageButton
android:id="@+id/button_status_detail_retweet"
style="?attr/custom_button_transparent"
android:layout_width="45dp"
android:layout_height="40dp"
- android:padding="0dp"
android:layout_weight="1"
+ android:contentDescription=""
+ android:padding="0dp"
android:scaleType="fitCenter"
- android:src="?attr/icon_retweet_off"
- android:contentDescription=""/>
+ android:src="?attr/icon_retweet_off" />
<ImageButton
android:id="@+id/button_status_detail_favorite"
style="?attr/custom_button_transparent"
android:layout_width="45dp"
android:layout_height="40dp"
- android:padding="0dp"
android:layout_weight="1"
+ android:contentDescription=""
+ android:padding="0dp"
android:scaleType="fitCenter"
- android:src="?attr/icon_favorite_off"
- android:contentDescription=""/>
+ android:src="?attr/icon_favorite_off" />
<ImageButton
android:id="@+id/button_status_detail_delete"
style="?attr/custom_button_transparent"
android:layout_width="45dp"
android:layout_height="40dp"
- android:padding="0dp"
android:layout_weight="1"
+ android:contentDescription=""
+ android:padding="0dp"
android:scaleType="fitCenter"
- android:src="?attr/icon_garbage"
- android:contentDescription=""/>
+ android:src="?attr/icon_garbage" />
<ImageButton
android:id="@+id/button_status_detail_menu"
style="?attr/custom_button_transparent"
android:layout_width="45dp"
android:layout_height="40dp"
- android:padding="0dp"
android:layout_weight="1"
+ android:contentDescription=""
+ android:padding="0dp"
android:scaleType="fitCenter"
- android:src="?attr/icon_post_row"
- android:contentDescription=""/>
+ android:src="?attr/icon_post_row" />
</LinearLayout>
<FrameLayout
android:layout_width="match_parent"
android:layout_height="1px"
- android:background="?attr/color_list_divider"/>
+ android:background="?attr/color_list_divider" />
<LinearLayout
android:id="@+id/linearlayout_status_detail_menu"
+ style="?attr/custom_button_transparent"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:orientation="vertical"
android:background="?attr/page_background"
- style="?attr/custom_button_transparent">
- </LinearLayout>
+ android:orientation="vertical"></LinearLayout>
</LinearLayout>
</ScrollView>