|
|
|
@ -26,15 +26,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
android:minWidth="320dp" |
|
|
|
|
android:background="@drawable/dialog_full_light" |
|
|
|
|
android:minWidth="320dp" |
|
|
|
|
android:orientation="vertical" |
|
|
|
|
tools:ignore="UselessParent"> |
|
|
|
|
|
|
|
|
|
<ListView |
|
|
|
|
android:id="@+id/post_list" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" /> |
|
|
|
|
android:layout_height="0dp" |
|
|
|
|
android:layout_weight="1" /> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|