diff options
author | Sapier <sapier AT gmx dot net> | 2015-12-18 20:05:13 +0100 |
---|---|---|
committer | Sapier <sapier AT gmx dot net> | 2015-12-23 21:01:35 +0100 |
commit | 9c9b02ca8ad2753ad9c2e10e5b40e23029739634 (patch) | |
tree | 1e6a70aeca747d790502f1c02bd27acd6a8e6cc4 /build/android/res | |
parent | 98d16e0d9a945f5f48462c05f26ae4bde2db5731 (diff) | |
download | minetest-9c9b02ca8ad2753ad9c2e10e5b40e23029739634.tar.gz minetest-9c9b02ca8ad2753ad9c2e10e5b40e23029739634.tar.bz2 minetest-9c9b02ca8ad2753ad9c2e10e5b40e23029739634.zip |
Android: shorten initial progress bar text way more simple
Diffstat (limited to 'build/android/res')
-rw-r--r-- | build/android/res/layout/assetcopy.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build/android/res/layout/assetcopy.xml b/build/android/res/layout/assetcopy.xml index ade4b0c98..8ec14bdc2 100644 --- a/build/android/res/layout/assetcopy.xml +++ b/build/android/res/layout/assetcopy.xml @@ -13,8 +13,10 @@ <TextView android:id="@+id/textView1" - android:layout_width="wrap_content" + android:layout_width="match_parent" android:layout_height="wrap_content" + android:ellipsize="middle" + android:singleLine="true" android:layout_gravity="center_horizontal" android:text="preparing media ..." android:textAppearance="?android:attr/textAppearanceSmall" /> |