Added about icons for tablet layouts
This commit is contained in:
parent
ff2aeded3c
commit
1a33aa51ae
2 changed files with 44 additions and 0 deletions
|
@ -157,6 +157,28 @@
|
||||||
android:scaleType="fitXY"
|
android:scaleType="fitXY"
|
||||||
android:src="@drawable/settings" />
|
android:src="@drawable/settings" />
|
||||||
|
|
||||||
|
<ImageView
|
||||||
|
android:id="@+id/about_settings"
|
||||||
|
android:visibility="gone"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_weight="0.2"
|
||||||
|
android:adjustViewBounds="true"
|
||||||
|
android:contentDescription="@string/content_description_about"
|
||||||
|
android:scaleType="fitXY"
|
||||||
|
android:src="@drawable/about_settings" />
|
||||||
|
|
||||||
|
<ImageView
|
||||||
|
android:id="@+id/about_chat"
|
||||||
|
android:visibility="gone"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_weight="0.2"
|
||||||
|
android:adjustViewBounds="true"
|
||||||
|
android:contentDescription="@string/content_description_about"
|
||||||
|
android:scaleType="fitXY"
|
||||||
|
android:src="@drawable/about_chat" />
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
|
|
@ -129,6 +129,28 @@
|
||||||
android:scaleType="fitXY"
|
android:scaleType="fitXY"
|
||||||
android:src="@drawable/settings" />
|
android:src="@drawable/settings" />
|
||||||
|
|
||||||
|
<ImageView
|
||||||
|
android:id="@+id/about_settings"
|
||||||
|
android:visibility="gone"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_weight="0.2"
|
||||||
|
android:adjustViewBounds="true"
|
||||||
|
android:contentDescription="@string/content_description_about"
|
||||||
|
android:scaleType="fitXY"
|
||||||
|
android:src="@drawable/about_settings" />
|
||||||
|
|
||||||
|
<ImageView
|
||||||
|
android:id="@+id/about_chat"
|
||||||
|
android:visibility="gone"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_weight="0.2"
|
||||||
|
android:adjustViewBounds="true"
|
||||||
|
android:contentDescription="@string/content_description_about"
|
||||||
|
android:scaleType="fitXY"
|
||||||
|
android:src="@drawable/about_chat" />
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
|
Loading…
Reference in a new issue