diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-06-23 17:09:52 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-06-23 17:09:52 +0200 |
commit | 0e76e955ba4848b18ee458cb9f53cc8e64671146 (patch) | |
tree | 818cb149d78d508dcc34fa6cdfc3e94e3655db4b /res | |
parent | 180642560ef5c8a0139dcd50c1a7fa949c0c20f4 (diff) |
Fix issues found by Code Analysis
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/vpn_list_item.xml | 2 | ||||
-rw-r--r-- | res/values/styles.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/vpn_list_item.xml b/res/layout/vpn_list_item.xml index 16d7d5bd..52db8ff6 100644 --- a/res/layout/vpn_list_item.xml +++ b/res/layout/vpn_list_item.xml @@ -37,7 +37,7 @@ android:orientation="vertical" /> <TextView - android:id="@+android:id/vpn_item_title" + android:id="@+id/vpn_item_title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:ellipsize="marquee" diff --git a/res/values/styles.xml b/res/values/styles.xml index 19dda801..6614719c 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -46,7 +46,7 @@ <item name="android:textAppearance">?android:attr/textAppearanceSmall</item> </style> - <style name="Theme.CreateShortCut" parent="android:Theme.Holo.DialogWhenLarge"></style> + <style name="Theme.CreateShortCut" parent="android:Theme.Holo.DialogWhenLarge" /> <dimen name="stdpadding">8dp</dimen> |