Skip to content

Commit

Permalink
minor ui change
Browse files Browse the repository at this point in the history
  • Loading branch information
thias15 committed Sep 26, 2021
1 parent a717875 commit 540c05a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
10 changes: 9 additions & 1 deletion android/app/src/main/res/layout-land/dialog_sensors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,22 @@
android:padding="16dp"
android:textColor="@android:color/black"
android:textSize="16sp"
tools:text="Accelerometer" />
tools:text="@string/selectAll" />

<View
android:layout_width="match_parent"
android:layout_height="1px"
android:layout_marginTop="2dp"
android:layout_marginBottom="2dp"
android:background="@android:color/darker_gray" />

<androidx.recyclerview.widget.RecyclerView
android:id="@+id/listView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:listitem="@layout/item_sensor" />

</LinearLayout>

</androidx.core.widget.NestedScrollView>
Expand Down
8 changes: 8 additions & 0 deletions android/app/src/main/res/layout/dialog_sensors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,20 @@
android:textSize="16sp"
android:text="@string/selectAll" />

<View
android:layout_width="match_parent"
android:layout_height="1px"
android:layout_marginTop="2dp"
android:layout_marginBottom="2dp"
android:background="@android:color/darker_gray" />

<androidx.recyclerview.widget.RecyclerView
android:id="@+id/listView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:listitem="@layout/item_sensor" />

</LinearLayout>

</androidx.core.widget.NestedScrollView>
Expand Down

0 comments on commit 540c05a

Please sign in to comment.