1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-17 10:54:03 +02:00

Tweak gently activity listing

This commit is contained in:
vanous 2020-08-25 20:55:06 +02:00
parent db29de4a9c
commit 136e142f18

View File

@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?android:attr/activatedBackgroundIndicator"
android:padding="8dp">
android:layout_height="wrap_content">
<ImageView
android:id="@+id/item_image"
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_width="56dp"
android:layout_height="56dp"
android:layout_alignParentStart="true"
android:contentDescription="@string/candidate_item_device_image" />
android:background="?attr/sports_activity_summary_background"
android:contentDescription="@string/candidate_item_device_image"
android:padding="8dp" />
<LinearLayout
android:layout_width="fill_parent"
@ -27,7 +27,8 @@
android:layout_height="wrap_content"
android:maxLines="1"
android:scrollHorizontally="false"
android:text="Item Name" />
android:text="Item Name"
android:textStyle="bold" />
<LinearLayout
android:layout_width="match_parent"