2017-01-12 20:44:40 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
2020-09-04 16:17:34 +00:00
|
|
|
android:background="@color/window_background"
|
2017-01-12 20:44:40 +00:00
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:gravity="center">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="20dp"
|
|
|
|
|
android:layout_marginTop="24dp"
|
|
|
|
|
android:layout_marginBottom="13dp"
|
|
|
|
|
android:textAllCaps="true"
|
|
|
|
|
style="@style/Body2_Wide"
|
|
|
|
|
tools:text="Challenge"
|
|
|
|
|
android:id="@+id/divider_name"/>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|