|
|
|
@ -1,5 +1,6 @@ |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
<LinearLayout |
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:minWidth="320dp" |
|
|
|
@ -22,7 +23,9 @@ |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_weight="1"> |
|
|
|
|
|
|
|
|
|
<TextView style="?android:actionBarTabTextStyle" |
|
|
|
|
<TextView |
|
|
|
|
style="?android:actionBarTabTextStyle" |
|
|
|
|
android:id="@+id/replies_back_icon" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center" |
|
|
|
@ -32,6 +35,7 @@ |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:text="@string/post_replies_back"/> |
|
|
|
|
</FrameLayout> |
|
|
|
|
|
|
|
|
|
<FrameLayout |
|
|
|
|
style="?android:actionButtonStyle" |
|
|
|
|
android:id="@+id/replies_close" |
|
|
|
@ -39,7 +43,9 @@ |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_weight="1"> |
|
|
|
|
|
|
|
|
|
<TextView style="?android:actionBarTabTextStyle" |
|
|
|
|
<TextView |
|
|
|
|
style="?android:actionBarTabTextStyle" |
|
|
|
|
android:id="@+id/replies_close_icon" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center" |
|
|
|
|