mirror of https://github.com/ThmmyNoLife/mTHMMY
Ezerous
8 years ago
6 changed files with 31 additions and 58 deletions
@ -1,16 +1,20 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|||
android:layout_width="wrap_content" |
|||
android:layout_width="match_parent" |
|||
android:layout_height="wrap_content" |
|||
android:orientation="vertical" |
|||
android:paddingEnd="4dp" |
|||
android:paddingStart="4dp"> |
|||
android:background="@color/primary_lighter"> |
|||
|
|||
<TextView |
|||
android:id="@+id/board" |
|||
android:layout_width="match_parent" |
|||
android:layout_height="wrap_content" |
|||
android:textAppearance="?attr/textAppearanceListItem" |
|||
android:textColor="@color/primary_text"/> |
|||
android:textColor="@color/accent" |
|||
android:textSize="16sp" |
|||
android:background="?attr/selectableItemBackground" |
|||
android:clickable="true" |
|||
android:gravity="center_horizontal" |
|||
android:padding="8dp"/> |
|||
|
|||
</LinearLayout> |
@ -1,27 +1,19 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|||
xmlns:app="http://schemas.android.com/apk/res-auto" |
|||
xmlns:tools="http://schemas.android.com/tools" |
|||
android:layout_width="wrap_content" |
|||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|||
android:layout_width="match_parent" |
|||
android:layout_height="wrap_content" |
|||
android:paddingEnd="4dp" |
|||
android:paddingStart="4dp"> |
|||
android:orientation="vertical" |
|||
android:background="@color/primary_light"> |
|||
|
|||
<TextView |
|||
android:id="@+id/category" |
|||
android:layout_width="wrap_content" |
|||
android:layout_width="match_parent" |
|||
android:layout_height="wrap_content" |
|||
android:layout_alignParentStart="true" |
|||
android:textAppearance="?attr/textAppearanceListItem" |
|||
android:textColor="@color/accent"/> |
|||
android:textColor="@color/primary_text" |
|||
android:textSize="20sp" |
|||
android:background="?attr/selectableItemBackground" |
|||
android:gravity="center_horizontal" |
|||
android:padding="8dp"/> |
|||
|
|||
<ImageView |
|||
android:layout_width="wrap_content" |
|||
android:layout_height="wrap_content" |
|||
android:layout_alignParentEnd="true" |
|||
app:srcCompat="@android:drawable/arrow_down_float" |
|||
android:id="@+id/arrow" |
|||
android:contentDescription="arrow" /> |
|||
|
|||
|
|||
</RelativeLayout> |
|||
</LinearLayout> |
Loading…
Reference in new issue