First try...
This commit is contained in:
6
res/values/colors.xml
Executable file
6
res/values/colors.xml
Executable file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="hv_bgColor">#ff000000</color>
|
||||
<color name="hv_txtColor">#ffff0000</color>
|
||||
<color name="general_title">#ff0099cc</color>
|
||||
</resources>
|
||||
13
res/values/strings.xml
Executable file
13
res/values/strings.xml
Executable file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<string name="app_name">Din Dag på HV</string>
|
||||
<string name="hello_world">Hello world!</string>
|
||||
<string name="menu_settings">Settings</string>
|
||||
<string name="btnLoginText">Logga in</string>
|
||||
<string name="usernameHint">Användarnamn</string>
|
||||
<string name="passwordHint">Lösenord</string>
|
||||
<string name="txtAbout">Denna app har utvecklats av Crille, Malin, Johan och Victor. Om du visste hur mycket blod som ligger bakom utvecklingen av den här appen skulle du omedelbart springa hit och bjuda oss på kaffe.</string>
|
||||
<string name="twitterTitle">Tweets från Högskolan Väst</string>
|
||||
|
||||
</resources>
|
||||
20
res/values/styles.xml
Executable file
20
res/values/styles.xml
Executable file
@@ -0,0 +1,20 @@
|
||||
<resources>
|
||||
|
||||
<!--
|
||||
Base application theme, dependent on API level. This theme is replaced
|
||||
by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
|
||||
-->
|
||||
<style name="AppBaseTheme" parent="android:Theme.Light">
|
||||
<!--
|
||||
Theme customizations available in newer API levels can go in
|
||||
res/values-vXX/styles.xml, while customizations related to
|
||||
backward-compatibility can go here.
|
||||
-->
|
||||
</style>
|
||||
|
||||
<!-- Application theme. -->
|
||||
<style name="AppTheme" parent="AppBaseTheme">
|
||||
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
9
res/values/themes.xml
Executable file
9
res/values/themes.xml
Executable file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="hvTheme" parent="android:Theme">
|
||||
<item name="android:textColorPrimary">@color/hv_txtColor</item>
|
||||
<item name="android:windowBackground">@color/hv_bgColor</item>
|
||||
<item name="android:colorBackgroundCacheHint">@color/hv_bgColor</item>
|
||||
|
||||
</style>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user