Refine code
This commit is contained in:
parent
243da01168
commit
33532fe75a
2 changed files with 9 additions and 8 deletions
|
|
@ -139,6 +139,14 @@
|
|||
|
||||
</com.google.android.material.chip.ChipGroup>
|
||||
|
||||
<com.google.android.material.materialswitch.MaterialSwitch
|
||||
android:id="@+id/todo_checked"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:checked="false"
|
||||
android:text="@string/check_one"
|
||||
android:visibility="gone" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/todo_uuid"
|
||||
android:layout_width="wrap_content"
|
||||
|
|
|
|||
|
|
@ -6,12 +6,5 @@
|
|||
android:icon="@drawable/ic_settings"
|
||||
android:title="@string/settings_label"
|
||||
android:tooltipText="@string/settings_label"
|
||||
app:showAsAction="always" />
|
||||
<!--<item
|
||||
android:id="@+id/item_about"
|
||||
android:title="@string/about_label"
|
||||
android:tooltipText="@string/about_label"/>
|
||||
<item
|
||||
android:id="@+id/item_make_crash"
|
||||
android:title="制造崩溃"/>-->
|
||||
app:showAsAction="ifRoom" />
|
||||
</menu>
|
||||
Loading…
Reference in a new issue