Files
keepass2android/src/keepass2android-app/Resources/layout/VersionHistoryButton.axml
2025-01-07 11:20:08 +01:00

8 lines
379 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Button xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_marginTop="-4dp"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
style="?attr/materialButtonOutlinedStyle"
app:icon="@drawable/baseline_access_time_24" />