35 lines
1.1 KiB
XML
35 lines
1.1 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
orientation="vertical"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
layout_centerHorizontal="true">
|
||
|
<ImageView
|
||
|
layout_gravity="center"
|
||
|
padding="8dp"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
contentDescription="@string/coming_soon"
|
||
|
NOT_FOUND_0xe="@drawable/ic_coming_soon"/>
|
||
|
<TextView
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/coming_soon"
|
||
|
lineSpacingExtra="2sp"
|
||
|
textAlignment="center"
|
||
|
style="@style/2132017849"/>
|
||
|
<TextView
|
||
|
textSize="16sp"
|
||
|
textColor="#736e78"
|
||
|
layout_gravity="center"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
text="@string/we_are_still_working_on_it"
|
||
|
lineSpacingExtra="2dp"
|
||
|
textAlignment="center"/>
|
||
|
</LinearLayout>
|