|
|
|
@ -1,10 +1,11 @@ |
|
|
|
|
<?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" |
|
|
|
|
android:minHeight="200dp" |
|
|
|
|
android:orientation="vertical" > |
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
@ -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" |
|
|
|
@ -30,8 +33,9 @@ |
|
|
|
|
android:drawableLeft="@drawable/ic_action_back" |
|
|
|
|
android:drawablePadding="8dp" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:text="@string/post_replies_back" /> |
|
|
|
|
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" |
|
|
|
@ -47,13 +53,13 @@ |
|
|
|
|
android:drawableLeft="@drawable/ic_action_done" |
|
|
|
|
android:drawablePadding="8dp" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:text="@string/post_replies_close" /> |
|
|
|
|
android:text="@string/post_replies_close"/> |
|
|
|
|
</FrameLayout> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<ListView |
|
|
|
|
android:id="@+id/post_list" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" /> |
|
|
|
|
android:layout_height="match_parent"/> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|