mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 12:34:24 +00:00
[android] Use MaterialTimePicker when editing opening hours
Signed-off-by: lluka <lluka@noreply.codeberg.org>
This commit is contained in:
@@ -1,28 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
|
||||
<com.google.android.material.tabs.TabLayout
|
||||
android:id="@+id/tabs"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/height_block_base"
|
||||
android:elevation="@dimen/appbar_elevation"
|
||||
android:background="?android:windowBackground"
|
||||
app:tabGravity="fill"
|
||||
app:tabIndicatorColor="?colorSecondary"
|
||||
app:tabMode="fixed"
|
||||
app:tabRippleColor="@android:color/transparent"
|
||||
tools:ignore="UnusedAttribute"/>
|
||||
|
||||
<TimePicker
|
||||
android:id="@+id/picker"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?android:windowBackground"
|
||||
android:numbersBackgroundColor="?cardBackground"/>
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user