6 lines
No EOL
696 B
XML
6 lines
No EOL
696 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout android:orientation="horizontal" android:background="?colorSurface" android:layout_width="wrap_content" android:layout_height="wrap_content" android:baselineAligned="false" android:layoutDirection="ltr" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent"
|
|
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
<include layout="@layout/material_timepicker_textinput_display" />
|
|
<include android:id="@id/material_clock_period_toggle" layout="@layout/material_clock_period_toggle" />
|
|
</LinearLayout> |