bashgid/android/res/layout/journal_page_header.xml

20 lines
763 B
XML
Raw Normal View History

2015-06-27 15:09:56 +00:00
<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="match_parent"
android:background="@color/bkg1"
android:orientation="vertical"
tools:context="fishrungames.bashgid.MainPageFragment" >
<TextView
android:id="@+id/headerTextView"
2015-06-27 15:09:56 +00:00
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_margin="@dimen/medium_margin"
android:text="@string/category_is_loading"
android:textSize="@dimen/large_text_size"
2015-06-27 15:09:56 +00:00
android:textStyle="bold" />
</LinearLayout>