apkfuckery/com.discord/res/layout/material_time_input.xml

6 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.textfield.TextInputLayout android:paddingTop="0.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" app:errorIconDrawable="@null" app:hintEnabled="false" app:shapeAppearance="?shapeAppearanceMediumComponent" app:shapeAppearanceOverlay="@null" style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<EditText android:id="@id/material_timepicker_edit_text" android:layout_width="96.0dip" android:layout_height="80.0dip" android:paddingStart="16.0dip" style="@style/Widget.MaterialComponents.TimePicker.Display.TextInputEditText" />
<TextView android:textAppearance="?textAppearanceCaption" android:id="@id/material_label" android:focusable="false" android:layout_width="wrap_content" android:layout_height="wrap_content" android:labelFor="@id/material_timepicker_edit_text" />
</com.google.android.material.textfield.TextInputLayout>