mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
16 lines
529 B
XML
16 lines
529 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical" >
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center|left"
|
|
android:text="Home"
|
|
android:textColor="#ffffff"
|
|
android:id="@+id/ab_title"
|
|
android:textSize="18sp" />
|
|
|
|
</LinearLayout> |