22 lines
808 B
XML
22 lines
808 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/icon_frame"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="start|center_vertical"
|
|
android:minWidth="56dp"
|
|
android:orientation="horizontal"
|
|
android:paddingTop="4dp"
|
|
android:paddingEnd="8dp"
|
|
android:paddingBottom="4dp">
|
|
|
|
<com.huanchengfly.tieba.post.ui.widgets.theme.TintPreferenceImageView
|
|
android:id="@android:id/icon"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
app:maxHeight="48dp"
|
|
app:maxWidth="48dp"
|
|
app:tint="@color/default_color_primary" />
|
|
|
|
</LinearLayout> |