quargljhh

This commit is contained in:
2018-09-23 16:23:49 +02:00
parent a4cc8752ff
commit 63633de256
26 changed files with 956 additions and 52 deletions

View File

@@ -1,3 +1,14 @@
<resources>
<string name="app_name">SimpleCloudNotifier</string>
<string name="hello_blank_fragment">Hello blank fragment</string>
<string name="ic_img_user_desc">Icon User</string>
<string name="str_userid">User ID</string>
<string name="str_userkey">Auth Key</string>
<string name="str_quota">Quota</string>
<string name="str_copy">Copy to clipboard</string>
<string name="ic_img_key_desc">Icon Key</string>
<string name="ic_img_fuel_desc">Icon Fuel</string>
<string name="str_qr_code">QR Code</string>
<string name="str_reset_account">Reset Account</string>
</resources>

View File

@@ -1,11 +1,13 @@
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- your app branding color for the app bar -->
<item name="colorPrimary">#3F51B5</item>
<!-- darker variant for the status bar and contextual app bars -->
<item name="colorPrimaryDark">#303F9F</item>
<!-- theme UI controls like checkboxes and text fields -->
<item name="colorAccent">#FF4081</item>
</style>
</resources>