OSDN Git Service

Eleven: much material
[android-x86/packages-apps-Eleven.git] / res / layout / custom_toast.xml
diff --git a/res/layout/custom_toast.xml b/res/layout/custom_toast.xml
deleted file mode 100644 (file)
index 6e0d860..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-              android:orientation="vertical"
-              android:id="@+id/custom_toast_root"
-              android:layout_width="fill_parent"
-              android:layout_height="fill_parent"
-              android:background="@color/holo_blue_light"
-              android:padding="8dp">
-    
-    <TextView android:layout_width="wrap_content"
-              android:layout_height="fill_parent"
-              android:textColor="@color/white"
-              android:id="@+id/toast_text_view"
-            />
-
-</LinearLayout>
\ No newline at end of file