Fix account creation view of tablet
This commit is contained in:
parent
a240148817
commit
c73cdc2061
1 changed files with 14 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/assistant_title"
|
||||
android:text="@string/assistant_create_account"
|
||||
style="@style/font6"
|
||||
android:textAllCaps="true"
|
||||
|
@ -360,5 +361,18 @@
|
|||
android:paddingRight="10dp"
|
||||
android:layout_marginTop="20dp"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/assistant_skip"
|
||||
android:visibility="gone"
|
||||
android:text="@string/maybe_later"
|
||||
android:textColor="@drawable/assistant_button_text_color"
|
||||
style="@style/font10"
|
||||
android:layout_gravity="center"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="10dp"
|
||||
android:paddingRight="10dp"
|
||||
android:layout_marginTop="20dp"/>
|
||||
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
Loading…
Reference in a new issue