OSDN Git Service

Fix the layout issue reported in b/2167690
authorMakoto Onuki <omakoto@google.com>
Thu, 8 Oct 2009 21:52:38 +0000 (14:52 -0700)
committerMakoto Onuki <omakoto@google.com>
Thu, 8 Oct 2009 21:52:38 +0000 (14:52 -0700)
res/layout-finger/list_separator.xml

index 2ab4859..1257935 100644 (file)
@@ -4,9 +4,9 @@
      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.
@@ -18,5 +18,5 @@
 <TextView xmlns:android="http://schemas.android.com/apk/res/android"
     style="?android:attr/listSeparatorTextViewStyle"
     android:textColor="@*android:color/dim_foreground_dark"
-    android:gravity="center_horizontal"
+    android:gravity="left|center_vertical"
 />