Merge branch 'uii' into dev_1.1.2
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
android:gravity="center"
|
||||
android:paddingLeft="20px"
|
||||
android:paddingTop="10px"
|
||||
android:text="小窍门:分享路况,点赞其他车友,有助于提高热心指数"
|
||||
android:text="小窍门:分享路况,点赞其他车主,有助于提高热心指数"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="16px">
|
||||
|
||||
|
||||
@@ -17,18 +17,20 @@
|
||||
android:layout_below="@+id/no_share_image"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:gravity="center"
|
||||
android:alpha="0.7"
|
||||
android:text="你还没有分享过道路事件,快去试试吧" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/share_event_button"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="220px"
|
||||
android:layout_height="48px"
|
||||
android:layout_below="@+id/share_event_null_des"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:background="#FFFFFF"
|
||||
android:background="@drawable/bg_v2x_event_live_show"
|
||||
android:clickable="true"
|
||||
android:onClick="shareEventAction"
|
||||
android:text="去分享"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="25sp" />
|
||||
|
||||
</RelativeLayout>
|
||||
Reference in New Issue
Block a user