mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-01 02:23:45 +00:00
18 lines
608 B
XML
18 lines
608 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:paddingBottom="@dimen/margin_base_plus"
|
|
android:paddingTop="@dimen/margin_base_plus">
|
|
|
|
<com.google.android.material.button.MaterialButton
|
|
android:id="@+id/btn__add_time"
|
|
style="@style/MwmWidget.M3.Button.Primary"
|
|
android:layout_gravity="center"
|
|
android:enabled="false"
|
|
android:textColor="?android:textColorPrimaryInverse"
|
|
android:text="@string/editor_time_add" />
|
|
|
|
</FrameLayout>
|