Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 120fc6dd authored by Joey Rizzoli's avatar Joey Rizzoli Committed by jrizzoli
Browse files

Eleven: much material



 - Remove old font, let's use the system's
 - Vector drawables
 - Update colors

Change-Id: I6c4335f388c88fd4ce6d10e4995692aaf0679a49
Signed-off-by: default avatarjrizzoli <joey@cyanogenmoditalia.it>
parent 5b70660f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -16,12 +16,12 @@
 -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.cyanogenmod.eleven"
    android:versionCode="2"
    android:versionName="2.0" >
    android:versionCode="3"
    android:versionName="3.0" >

    <uses-sdk
        android:minSdkVersion="21"
        android:targetSdkVersion="21" />
        android:minSdkVersion="22"
        android:targetSdkVersion="22" />

    <!-- Used for caching and creating new playlists -->
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

assets/RobotoLight.ttf

deleted100644 → 0
−159 KiB

File deleted.

assets/RobotoThin.ttf

deleted100644 → 0
−120 KiB

File deleted.

+1 −1
Original line number Diff line number Diff line
<html><head><style> body { font-family: sans-serif; } pre { background-color: #eeeeee; padding: 1em; white-space: pre-wrap; } </style></head><body>
<html><head><style> body { } pre { background-color: #eeeeee; padding: 1em; white-space: pre-wrap; } </style></head><body>
<h3>Notices for files:</h3>
<ul>
<li>ActionBarSherlock</li>
+1 −1
Original line number Diff line number Diff line
@@ -16,6 +16,6 @@
  -->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:color="@color/white" android:state_selected="true"/>
    <item android:color="@color/header_action_bar_text_color_active" android:state_selected="true"/>
    <item android:color="@color/header_action_bar_text_color" />
</selector>
Loading