|
|
|
@ -15,6 +15,7 @@
|
|
|
|
|
see <http://www.gnu.org/licenses>.
|
|
|
|
|
-->
|
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
|
android:id="@+id/main_container"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
@ -59,10 +60,10 @@
|
|
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
|
|
android:id="@+id/more_actions"
|
|
|
|
|
style="@style/Widget.Material3.Button.OutlinedButton.Icon"
|
|
|
|
|
android:layout_width="40dp"
|
|
|
|
|
android:layout_height="40dp"
|
|
|
|
|
android:layout_width="48dp"
|
|
|
|
|
android:layout_height="48dp"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:contentDescription="@string/display_more"
|
|
|
|
|
android:src="@drawable/ic_baseline_more_vert_24" />
|
|
|
|
|
app:icon="@drawable/ic_baseline_more_vert_24" />
|
|
|
|
|
|
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|