discord-jadx/app/src/main/res/layout/widget_server_settings_audi...

17 lines
3.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_margin="8dp" android:elevation="@dimen/app_elevation" app:cardBackgroundColor="?attr/primary_630" app:cardCornerRadius="4dp" style="@style/res_2131952587_uikit_viewgroup">
<LinearLayout style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<RelativeLayout android:id="@+id/audit_log_listitem_top_container" android:background="?attr/selectableItemBackground" android:layout_width="match_parent" style="@style/res_2131952606_uikit_viewgroup_relativelayout">
<FrameLayout android:id="@+id/audit_log_listitem_action_container" android:layout_width="24dp" android:layout_height="24dp" android:layout_marginTop="12dp" android:layout_centerVertical="true" android:layout_marginStart="16dp">
<ImageView android:id="@+id/audit_log_listitem_targettype_image" android:layout_width="match_parent" android:layout_height="match_parent" android:importantForAccessibility="no" style="@style/res_2131952448_uikit_imageview"/>
<ImageView android:id="@+id/audit_log_listitem_actiontype_image" android:layout_width="match_parent" android:layout_height="match_parent" android:importantForAccessibility="no" style="@style/res_2131952448_uikit_imageview"/>
</FrameLayout>
<com.facebook.drawee.view.SimpleDraweeView android:id="@+id/audit_log_listitem_avatar" android:layout_marginLeft="8dp" android:layout_marginTop="8dp" android:layout_marginRight="8dp" android:layout_toRightOf="@+id/audit_log_listitem_action_container" android:layout_centerVertical="true" style="@style/res_2131951681_avatar_standard"/>
<TextView android:ellipsize="end" android:id="@+id/audit_log_listitem_header_text" android:layout_marginTop="8dp" android:maxLines="3" android:layout_toLeftOf="@+id/audit_log_listitem_arrow" android:layout_toRightOf="@+id/audit_log_listitem_avatar" android:lineSpacingMultiplier="1" style="@style/res_2131952561_uikit_textview"/>
<TextView android:textColor="?attr/primary_400" android:ellipsize="end" android:id="@+id/audit_log_listitem_date_text" android:layout_marginTop="8dp" android:layout_marginRight="32dp" android:layout_marginBottom="8dp" android:maxLines="2" android:layout_toRightOf="@+id/audit_log_listitem_avatar" android:layout_below="@+id/audit_log_listitem_header_text" style="@style/res_2131952561_uikit_textview"/>
<ImageView android:id="@+id/audit_log_listitem_arrow" android:layout_marginLeft="8dp" android:layout_marginRight="8dp" android:src="@drawable/ic_chevron_right_grey_12dp" android:layout_centerVertical="true" android:contentDescription="@string/more" android:layout_alignParentEnd="true" style="@style/res_2131952448_uikit_imageview"/>
</RelativeLayout>
<TextView android:textColor="?attr/primary_400" android:id="@+id/audit_log_listitem_change_text" android:padding="16dp" android:visibility="gone" android:layout_width="match_parent" style="@style/res_2131952561_uikit_textview"/>
</LinearLayout>
</androidx.cardview.widget.CardView>