summaryrefslogtreecommitdiffstats
path: root/res/drawable/apps_list_bg.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/apps_list_bg.xml')
-rw-r--r--res/drawable/apps_list_bg.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/res/drawable/apps_list_bg.xml b/res/drawable/apps_list_bg.xml
index 64177c16b..0e56684b5 100644
--- a/res/drawable/apps_list_bg.xml
+++ b/res/drawable/apps_list_bg.xml
@@ -14,7 +14,9 @@
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:drawable="@drawable/apps_list_bg_inset"
- android:insetLeft="@dimen/apps_container_inset"
- android:insetRight="@dimen/apps_container_inset" /> \ No newline at end of file
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+ <solid android:color="#ffffff" />
+ <corners
+ android:radius="2dp" />
+</shape> \ No newline at end of file