|
|
@@ -17,7 +17,7 @@
|
|
|
<com.sheep.gamegroup.view.customview.RefreshLayout
|
|
|
android:id="@+id/swipe_container"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="50dp">
|
|
|
+ android:layout_height="@dimen/orienteering_item_gao">
|
|
|
|
|
|
<ListView
|
|
|
android:id="@+id/dialog_list_view"
|
|
|
@@ -30,7 +30,33 @@
|
|
|
android:listSelector="@null"/>
|
|
|
</com.sheep.gamegroup.view.customview.RefreshLayout>
|
|
|
</RelativeLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:paddingTop="10dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/dialog_btn_left"
|
|
|
+ style="@style/style_button"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_weight="5"
|
|
|
+ android:layout_margin="1dp"
|
|
|
+ android:text="我知道了" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:id="@+id/dialog_btn_center"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_weight="1" />
|
|
|
|
|
|
- <include layout="@layout/x_msg_dialog_btn" />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/dialog_btn_right"
|
|
|
+ style="@style/style_button_stroke"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_weight="5"
|
|
|
+ android:layout_margin="1dp"
|
|
|
+ android:text="确认提交" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|