summaryrefslogtreecommitdiff
path: root/res/layout/gestures_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/gestures_item.xml')
-rw-r--r--res/layout/gestures_item.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/res/layout/gestures_item.xml b/res/layout/gestures_item.xml
index 36c93b8..1739a19 100644
--- a/res/layout/gestures_item.xml
+++ b/res/layout/gestures_item.xml
@@ -13,19 +13,15 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
-
+ android:drawablePadding="12dip"
+ android:ellipsize="marquee"
android:gravity="center_vertical"
android:minHeight="?android:attr/listPreferredItemHeight"
-
- android:drawablePadding="12dip"
android:paddingLeft="6dip"
android:paddingRight="6dip"
-
- android:ellipsize="marquee"
android:singleLine="true"
android:textAppearance="?android:attr/textAppearanceLarge" />