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"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
<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:layout_height="wrap_content" |
||||
android:orientation="vertical" |
android:orientation="vertical" |
||||
android:paddingEnd="4dp" |
android:background="@color/primary_lighter"> |
||||
android:paddingStart="4dp"> |
|
||||
|
|
||||
<TextView |
<TextView |
||||
android:id="@+id/board" |
android:id="@+id/board" |
||||
android:layout_width="match_parent" |
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content" |
android:layout_height="wrap_content" |
||||
android:textAppearance="?attr/textAppearanceListItem" |
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> |
</LinearLayout> |
@ -1,27 +1,19 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
xmlns:app="http://schemas.android.com/apk/res-auto" |
android:layout_width="match_parent" |
||||
xmlns:tools="http://schemas.android.com/tools" |
|
||||
android:layout_width="wrap_content" |
|
||||
android:layout_height="wrap_content" |
android:layout_height="wrap_content" |
||||
android:paddingEnd="4dp" |
android:orientation="vertical" |
||||
android:paddingStart="4dp"> |
android:background="@color/primary_light"> |
||||
|
|
||||
<TextView |
<TextView |
||||
android:id="@+id/category" |
android:id="@+id/category" |
||||
android:layout_width="wrap_content" |
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content" |
android:layout_height="wrap_content" |
||||
android:layout_alignParentStart="true" |
|
||||
android:textAppearance="?attr/textAppearanceListItem" |
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 |
</LinearLayout> |
||||
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> |
|
Loading…
Reference in new issue