mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
19 lines
No EOL
664 B
XML
19 lines
No EOL
664 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center_vertical"
|
|
android:orientation="vertical" >
|
|
|
|
<Button
|
|
android:id="@+id/inapp_button"
|
|
android:text="@string/assistant_create_account"
|
|
android:background="@drawable/assistant_button"
|
|
style="@style/font8"
|
|
android:paddingLeft="10dp"
|
|
android:paddingRight="10dp"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="40dp"/>
|
|
|
|
</LinearLayout> |