OSDN Git Service

Eleven: much material
[android-x86/packages-apps-Eleven.git] / res / drawable / gray_circle.xml
index 719b3a6..8a53cf3 100644 (file)
      See the License for the specific language governing permissions and
      limitations under the License.
 -->
-<inset xmlns:android="http://schemas.android.com/apk/res/android"
-    android:insetLeft="1dp"
-    android:insetRight="1dp"
-    android:insetTop="1dp"
-    android:insetBottom="1dp">
-
-    <shape android:shape="oval">
-        <solid android:color="#90a4ae" />
-    </shape>
-
-</inset>
+<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
+    <solid android:color="@color/grey" />
+</shape>
\ No newline at end of file