mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Merge pull request #402 from nextcloud/whatsNewSkipOptimization
minor layout optimization so the German "skip" (überspringen) fits in…
This commit is contained in:
commit
b5c07362c5
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="center_vertical|center_horizontal"
|
android:layout_gravity="center_vertical|center_horizontal"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
|
android:paddingRight="0dp"
|
||||||
|
android:paddingLeft="0dp"
|
||||||
android:text="@string/whats_new_skip"/>
|
android:text="@string/whats_new_skip"/>
|
||||||
|
|
||||||
<com.owncloud.android.ui.whatsnew.ProgressIndicator
|
<com.owncloud.android.ui.whatsnew.ProgressIndicator
|
||||||
|
|
Loading…
Reference in a new issue