2017-04-08 18:44:15 +02:00
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2017-04-03 21:09:35 +02:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2017-04-08 18:44:15 +02:00
|
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior"
|
|
|
|
android:fitsSystemWindows="true"
|
2015-06-24 20:14:08 +02:00
|
|
|
tools:context="nodomain.freeyourgadget.gadgetbridge.activities.ConfigureAlarms">
|
|
|
|
|
2017-04-08 18:44:15 +02:00
|
|
|
<android.support.v7.widget.RecyclerView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_alignParentTop="true"
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
android:divider="@null"
|
2017-01-08 21:45:27 +01:00
|
|
|
android:id="@+id/alarm_list" />
|
2017-04-08 18:44:15 +02:00
|
|
|
</RelativeLayout>
|