Merge pull request #402 from nextcloud/whatsNewSkipOptimization

minor layout optimization so the German "skip" (überspringen) fits in…
This commit is contained in:
Tobias Kaminsky 2016-11-24 20:18:56 +01:00 committed by GitHub
commit b5c07362c5

View file

@ -60,6 +60,8 @@
android:layout_height="wrap_content"
android:layout_gravity="center_vertical|center_horizontal"
android:layout_weight="1"
android:paddingRight="0dp"
android:paddingLeft="0dp"
android:text="@string/whats_new_skip"/>
<com.owncloud.android.ui.whatsnew.ProgressIndicator