第一次提交
This commit is contained in:
23
yunxinkit/res/layout/nim_actions_item_layout.xml
Normal file
23
yunxinkit/res/layout/nim_actions_item_layout.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical" >
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/imageView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="@dimen/input_panel_image_margin_bottom"
|
||||
android:layout_marginTop="@dimen/input_panel_image_margin_top"
|
||||
android:contentDescription="@string/empty" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="@color/input_panel_text_color_757572"
|
||||
android:textSize="13sp" />
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user