[Android] About fixed width

This commit is contained in:
zilmar 2016-10-02 07:50:11 +11:00
parent e76cc73671
commit 0d479c0816
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_width="350dp"
android:layout_height="wrap_content"
android:gravity="bottom"
android:orientation="vertical"