diff --git a/app/src/main/res/layout/layout_item_history.xml b/app/src/main/res/layout/layout_item_history.xml index 59b3fcb..7befdac 100644 --- a/app/src/main/res/layout/layout_item_history.xml +++ b/app/src/main/res/layout/layout_item_history.xml @@ -3,6 +3,7 @@ android:orientation="horizontal" android:layout_width="match_parent" android:gravity="center_vertical" + android:focusable="true" android:layout_height="@dimen/_108dp" android:paddingStart="@dimen/_172dp"> diff --git a/app/src/main/res/layout/layout_item_sensor.xml b/app/src/main/res/layout/layout_item_sensor.xml index 53bd5fa..b90189f 100644 --- a/app/src/main/res/layout/layout_item_sensor.xml +++ b/app/src/main/res/layout/layout_item_sensor.xml @@ -3,6 +3,7 @@ android:layout_width="match_parent" android:layout_height="@dimen/_108dp" android:gravity="center_vertical" + android:focusable="true" android:orientation="horizontal"> <TextView diff --git a/app/src/main/res/layout/layout_item_warn.xml b/app/src/main/res/layout/layout_item_warn.xml index fd4674c..0e0213c 100644 --- a/app/src/main/res/layout/layout_item_warn.xml +++ b/app/src/main/res/layout/layout_item_warn.xml @@ -4,6 +4,7 @@ android:layout_width="match_parent" android:gravity="center_vertical" android:layout_height="@dimen/_108dp" + android:focusable="true" android:paddingStart="@dimen/_172dp"> <TextView