diff options
| author | Daisuke Miyakawa <dmiyakawa@google.com> | 2011-05-26 09:24:00 -0700 |
|---|---|---|
| committer | Daisuke Miyakawa <dmiyakawa@google.com> | 2011-05-27 13:00:39 -0700 |
| commit | d4baa3f2d02f1e52d325de3402e0999ac5ca65d2 (patch) | |
| tree | de8b9496f85737c1ada6d28451d95581f0124b4c /res/drawable | |
| parent | 74a977cbc35413866ca039d509801fe0b02e1901 (diff) | |
| download | android_frameworks_opt_chips-d4baa3f2d02f1e52d325de3402e0999ac5ca65d2.tar.gz android_frameworks_opt_chips-d4baa3f2d02f1e52d325de3402e0999ac5ca65d2.tar.bz2 android_frameworks_opt_chips-d4baa3f2d02f1e52d325de3402e0999ac5ca65d2.zip | |
Add sharable resources for chips UI. add phone support
Each app still needs to specify framework/ex/chips/res/ directory
manually by modifying its LOCAL_RESOURCE_DIR variable in Android.mk
Changed API a bit to reduce abstract methods and complexity.
Bug: 4443828
Change-Id: I2a50de6d3ebd5ec6a68eeacbee21f48c1945dc8d
Diffstat (limited to 'res/drawable')
| -rw-r--r-- | res/drawable/bg_separator_inset.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/res/drawable/bg_separator_inset.xml b/res/drawable/bg_separator_inset.xml new file mode 100644 index 0000000..e263b81 --- /dev/null +++ b/res/drawable/bg_separator_inset.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2011 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + 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/bg_separator" + android:insetLeft="50dip"/> |
