Same fix as before for two more menu buttons

This commit is contained in:
Sylvain Berfini 2014-07-31 14:25:24 +02:00
parent 1bb5af5a3e
commit 1b48f530a2
2 changed files with 6 additions and 4 deletions

View file

@ -3,9 +3,10 @@
android:id="@+id/about_chat"
android:visibility="gone"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_weight="0.2"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:adjustViewBounds="true">
<ImageView
android:id="@+id/image"

View file

@ -3,9 +3,10 @@
android:id="@+id/about_settings"
android:visibility="gone"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_weight="0.2"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:adjustViewBounds="true">
<ImageView
android:id="@+id/image"