mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-23 14:17:15 +00:00
remove unneeded layout [button_day_of_week]
This commit is contained in:
parent
8470bcc031
commit
ca43925f7d
1 changed files with 0 additions and 22 deletions
|
|
@ -1,22 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_height="48dp"
|
||||
android:layout_width="48dp"
|
||||
android:padding="0dp"
|
||||
android:layout_weight="1"
|
||||
android:clickable="true"
|
||||
android:gravity="center"
|
||||
android:background="@drawable/item_background"
|
||||
>
|
||||
<ToggleButton
|
||||
android:id="@+id/TB_choice"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_gravity="center"
|
||||
android:padding="0dp"
|
||||
android:textColor="@color/days_gray"
|
||||
android:background="@drawable/toggle_underline"
|
||||
android:clickable="false"
|
||||
android:singleLine="true"/>
|
||||
</FrameLayout>
|
||||
Loading…
Reference in a new issue