Commit cc09aa55b689b60976e54399ef13878dbacc9381
1 parent
217deceb
Exists in
yxb_dev
and in
2 other branches
no message
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
app/src/main/AndroidManifest.xml
| ... | ... | @@ -43,7 +43,7 @@ |
| 43 | 43 | android:label="@string/app_name" |
| 44 | 44 | android:roundIcon="@mipmap/ic_launcher_round" |
| 45 | 45 | android:supportsRtl="true" |
| 46 | - android:theme="@style/AppTheme"> | |
| 46 | + android:theme="@style/Theme.AppCompat.Light.NoActionBar"> | |
| 47 | 47 | |
| 48 | 48 | <activity android:name=".ui.MainActivity"> |
| 49 | 49 | <intent-filter> | ... | ... |
app/src/main/res/layout/fragment_ce_ping.xml
| ... | ... | @@ -114,8 +114,8 @@ |
| 114 | 114 | android:layout_weight="1" |
| 115 | 115 | android:layout_height="match_parent" |
| 116 | 116 | android:layout_marginBottom="@dimen/size_dp_20" |
| 117 | - android:layout_marginRight="@dimen/size_dp_10" | |
| 118 | - android:layout_marginLeft="@dimen/textSize20" | |
| 117 | + android:layout_marginRight="@dimen/size_dp_5" | |
| 118 | + android:layout_marginLeft="@dimen/size_dp_10" | |
| 119 | 119 | android:layout_marginTop="@dimen/size_dp_20" |
| 120 | 120 | android:background="@drawable/shape_xueqing_radius8" |
| 121 | 121 | android:padding="@dimen/size_dp_20"> |
| ... | ... | @@ -135,10 +135,10 @@ |
| 135 | 135 | android:layout_weight="1" |
| 136 | 136 | android:layout_height="match_parent" |
| 137 | 137 | android:layout_marginBottom="@dimen/size_dp_20" |
| 138 | - android:layout_marginLeft="@dimen/size_dp_10" | |
| 138 | + android:layout_marginLeft="@dimen/size_dp_5" | |
| 139 | 139 | android:layout_marginTop="@dimen/size_dp_20" |
| 140 | 140 | android:background="@drawable/shape_zxlx_radius8" |
| 141 | - android:layout_marginRight="@dimen/textSize20" | |
| 141 | + android:layout_marginRight="@dimen/size_dp_10" | |
| 142 | 142 | android:padding="@dimen/size_dp_20"> |
| 143 | 143 | |
| 144 | 144 | <com.shunzhi.parent.views.TextAndImgShowView | ... | ... |