Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Android] Slightly change the layout of the AboutFragment. Looks more…
… like an actual list view now.
  • Loading branch information
lioncash committed Sep 17, 2013
1 parent b4883e2 commit 9885443
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
13 changes: 7 additions & 6 deletions Source/Android/res/layout/about_layout.xml
Expand Up @@ -2,22 +2,23 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:orientation="vertical"
android:padding="6dp">
android:minHeight="?android:attr/listPreferredItemHeight"
android:orientation="vertical">

<TextView
android:id="@+id/AboutItemTitle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="5dip"
android:layout_marginTop="5dip"
android:layout_marginLeft="15dip"
android:layout_marginTop="6dip"
android:singleLine="true"
android:textStyle="bold" />
android:textAppearance="?android:attr/textAppearanceMedium"/>

<TextView
android:id="@+id/AboutItemSubTitle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="10dip" />
android:layout_marginLeft="15dip"
android:textAppearance="?android:attr/textAppearanceSmall"/>

</LinearLayout>
4 changes: 2 additions & 2 deletions Source/Android/res/values-ja/strings.xml
Expand Up @@ -9,8 +9,8 @@
<string name="drawer_close">ナビゲーションウィンドウを閉じる</string>

<!-- About Fragment -->
<string name="build_revision">ビルドのバージョン</string>
<string name="supports_gles3">サポートのOpenGL ES 3</string>
<string name="build_revision">ビルドのバージョン</string>
<string name="supports_gles3">サポートのOpenGL ES 3</string>

<!-- Folder Browser -->
<string name="current_dir">現在のディレクトリ: </string>
Expand Down
4 changes: 2 additions & 2 deletions Source/Android/res/values/strings.xml
Expand Up @@ -9,8 +9,8 @@
<string name="drawer_close">Close navigation drawer</string>

<!-- About Fragment -->
<string name="build_revision">Build Revision:</string>
<string name="supports_gles3">Supports OpenGL ES 3:</string>
<string name="build_revision">Build Revision</string>
<string name="supports_gles3">Supports OpenGL ES 3</string>

<!-- Folder Browser -->
<string name="current_dir">Current Dir: </string>
Expand Down

0 comments on commit 9885443

Please sign in to comment.