mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
14 lines
No EOL
566 B
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> |