mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-22 05:45:04 +00:00
10 lines
No EOL
390 B
XML
10 lines
No EOL
390 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
style="@style/Pill.Content"
|
|
android:textSize="12sp"
|
|
android:gravity="center"
|
|
android:layout_margin="2dp"
|
|
tools:text="Test pill" /> |