apps-android-commons/app/src/main/res/layout/welcome_bullet.xml

14 lines
No EOL
566 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="top">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingRight="@dimen/tiny_margin"
android:text="@string/bullet"
android:textColor="@android:color/white"
android:textSize="@dimen/normal_text" />
</LinearLayout>