Fixed the lists tab order. This should partially fix #3
This commit is contained in:
parent
ab00ad68f1
commit
4474a584df
|
@ -28,29 +28,29 @@
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:paddingRight="16dp"/>
|
android:paddingRight="16dp"/>
|
||||||
|
|
||||||
<ImageView
|
<!-- <ImageView-->
|
||||||
android:id="@+id/edit"
|
<!-- android:id="@+id/edit"-->
|
||||||
android:layout_width="36dp"
|
<!-- android:layout_width="36dp"-->
|
||||||
android:layout_height="36dp"
|
<!-- android:layout_height="36dp"-->
|
||||||
android:layout_marginTop="0dp"
|
<!-- android:layout_marginTop="0dp"-->
|
||||||
android:layout_marginEnd="6dp"
|
<!-- android:layout_marginEnd="6dp"-->
|
||||||
android:layout_toStartOf="@id/list_toggle"
|
<!-- android:layout_toStartOf="@id/list_toggle"-->
|
||||||
android:background="?android:selectableItemBackgroundBorderless"
|
<!-- android:background="?android:selectableItemBackgroundBorderless"-->
|
||||||
android:scaleType="center"
|
<!-- android:scaleType="center"-->
|
||||||
android:src="@drawable/ic_fluent_edit_24_regular"
|
<!-- android:src="@drawable/ic_fluent_edit_24_regular"-->
|
||||||
android:tint="?android:textColorSecondary" />
|
<!-- android:tint="?android:textColorSecondary" />-->
|
||||||
|
|
||||||
<ImageView
|
<!-- <ImageView-->
|
||||||
android:id="@+id/delete"
|
<!-- android:id="@+id/delete"-->
|
||||||
android:layout_width="36dp"
|
<!-- android:layout_width="36dp"-->
|
||||||
android:layout_height="36dp"
|
<!-- android:layout_height="36dp"-->
|
||||||
android:layout_marginTop="0dp"
|
<!-- android:layout_marginTop="0dp"-->
|
||||||
android:layout_marginEnd="6dp"
|
<!-- android:layout_marginEnd="6dp"-->
|
||||||
android:layout_toStartOf="@id/edit"
|
<!-- android:layout_toStartOf="@id/edit"-->
|
||||||
android:background="?android:selectableItemBackgroundBorderless"
|
<!-- android:background="?android:selectableItemBackgroundBorderless"-->
|
||||||
android:scaleType="center"
|
<!-- android:scaleType="center"-->
|
||||||
android:src="@drawable/ic_fluent_delete_24_regular"
|
<!-- android:src="@drawable/ic_fluent_delete_24_regular"-->
|
||||||
android:tint="?android:textColorSecondary" />
|
<!-- android:tint="?android:textColorSecondary" />-->
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue