Merge branch 'drawer' of ssh://github.com/osmandapp/Osmand into drawer

This commit is contained in:
Victor Shcherb 2014-10-26 13:21:57 +01:00
commit ef7d65d3ea
2 changed files with 3 additions and 2 deletions

View file

@ -9,9 +9,9 @@
android:dashGap="1dp" android:dashGap="1dp"
android:dashWidth="1.5dp" android:dashWidth="1.5dp"
android:width="1dp" android:width="1dp"
android:color="#FF404040" /> android:color="#FFcdcdcd" />
<size android:height="3dp" /> <size android:height="2dp" />
</shape> </shape>

View file

@ -12,6 +12,7 @@
android:layout_height="36dp" android:layout_height="36dp"
android:capitalize="characters" android:capitalize="characters"
android:inputType="textCapCharacters" android:inputType="textCapCharacters"
android:textColor="#858585"
android:textSize="14sp" android:textSize="14sp"
android:ellipsize="end" android:ellipsize="end"
android:gravity="left|bottom"/> android:gravity="left|bottom"/>