-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Stefano Monni
committed
Jan 23, 2015
1 parent
6b55bc1
commit 3bb8f3b
Showing
5 changed files
with
360 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<!-- For the font selection states to work, a drawable needs to be specified as well | ||
(even though it is not used) not sure why.--> | ||
|
||
<selector xmlns:android="http://schemas.android.com/apk/res/android" > | ||
|
||
<!-- Tab is active --> | ||
<item android:state_checked="true" | ||
android:color="#FFAA00" | ||
/> | ||
|
||
<!-- Default --> | ||
<item android:color="#22FF22" | ||
/> | ||
|
||
</selector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.