mirror of
https://github.com/pppscn/SmsForwarder
synced 2025-08-27 13:17:41 +08:00
23 lines
794 B
XML
23 lines
794 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="44dp"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:paddingStart="25dp"
|
|
android:paddingEnd="25dp">
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:id="@+id/icon"
|
|
android:layout_width="25dp"
|
|
android:layout_height="25dp" />
|
|
|
|
<TextView
|
|
android:id="@+id/title"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="15dp"
|
|
android:layout_marginEnd="15dp"
|
|
android:textColor="?android:textColorPrimary" />
|
|
|
|
</LinearLayout> |