mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-27 08:40:00 +00:00
27 lines
No EOL
727 B
XML
27 lines
No EOL
727 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TableRow xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_marginBottom="5dp"
|
|
android:layout_marginTop="5dp">
|
|
|
|
<TextView
|
|
android:id="@+id/tv_attribute_type"
|
|
android:layout_margin="5dp"
|
|
android:gravity="left" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_attribute_str"
|
|
android:layout_gravity="center" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_attribute_int"
|
|
android:layout_gravity="center" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_attribute_con"
|
|
android:layout_gravity="center" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_attribute_per"
|
|
android:layout_gravity="center" />
|
|
|
|
</TableRow> |