mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 21:27:48 +00:00
20 lines
613 B
XML
20 lines
613 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal"
|
|
android:paddingLeft="5dp"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_weight="0.0"
|
|
android:paddingRight="10dp">
|
|
|
|
<ImageView
|
|
android:layout_width="32dp"
|
|
android:layout_height="32dp"
|
|
android:src="@drawable/icon_logout"
|
|
android:layout_gravity="center_vertical"
|
|
android:visibility="visible" />
|
|
|
|
</LinearLayout>
|