]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/template_list_template_item.xml
manipulation of templates via pop-up menu, add template duplication
[mobile-ledger.git] / app / src / main / res / layout / template_list_template_item.xml
index 46d6410ef59ddcadaa31d27ae59d14b6ae2e5420..fb5e24317e35fb5536fdfbef99a358db6935329c 100644 (file)
         android:layout_width="0dp"
         android:layout_height="wrap_content"
         android:layout_marginStart="@dimen/text_margin"
-        android:layout_marginEnd="@dimen/text_margin"
+        android:gravity="center_vertical"
         app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintEnd_toStartOf="@id/edit_button"
         app:layout_constraintStart_toStartOf="parent"
         app:layout_constraintTop_toTopOf="parent"
-        />
-    <ImageButton
-        android:id="@+id/edit_button"
-        android:layout_width="@dimen/toolbar_height"
-        android:layout_height="@dimen/toolbar_height"
-        android:backgroundTint="?colorSurface"
-        android:contentDescription="@string/edit_button_description"
-        android:src="@drawable/ic_mode_edit_black_24dp"
-        app:layout_constraintBottom_toBottomOf="parent"
+        android:minHeight="@dimen/thumb_row_height"
+        android:textAppearance="?attr/textAppearanceListItem"
         app:layout_constraintEnd_toEndOf="parent"
-        app:layout_constraintTop_toTopOf="parent"
         />
 </androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file