feat: 初始化界面
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<resources>
|
||||
<color name="colorPrimary">#6200EE</color>
|
||||
<color name="colorPrimaryDark">#3700B3</color>
|
||||
<color name="colorPrimaryBlue">#03A9F4</color>
|
||||
<color name="colorAccent">#03DAC5</color>
|
||||
<color name="colorBack">#000000</color>
|
||||
<color name="colorGrey">#FAFAFA</color>
|
||||
|
||||
@@ -9,4 +9,6 @@
|
||||
|
||||
<string name="hello_first_fragment">Hello first fragment</string>
|
||||
<string name="hello_second_fragment">Hello second fragment. Arg: %1$s</string>
|
||||
<!-- TODO: Remove or change this placeholder text -->
|
||||
<string name="hello_blank_fragment">Hello blank fragment</string>
|
||||
</resources>
|
||||
@@ -15,20 +15,10 @@
|
||||
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
|
||||
|
||||
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
|
||||
<!-- <style name="MyEditText" parent="Theme.AppCompat.Light">–>-->
|
||||
<!-- <item name="colorControlNormal">@color/colorWhite</item>-->
|
||||
<!-- </style>-->
|
||||
<!-- 设置Editext下划线颜色-->
|
||||
|
||||
<style name="MyEditText" parent="Theme.AppCompat.Light">
|
||||
<item name="colorControlNormal">@android:color/darker_gray</item>
|
||||
<item name="colorControlActivated">@android:color/darker_gray</item>
|
||||
</style>
|
||||
<!-- 设置Checkbox边框大小-->
|
||||
<!-- <style-->
|
||||
<!-- name="MyCheckBox"-->
|
||||
<!-- parent="@android:style/Widget.CompoundButton.CheckBox">-->
|
||||
<!-- <item name="android:button">-->
|
||||
<!-- -->
|
||||
<!-- </item>-->
|
||||
<!-- </style>-->
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user