Skip to content

Commit

Permalink
Removed custom color settings for search bar to match theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
akallabeth committed Jun 23, 2014
1 parent 32b1caa commit 0688d5f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/Android/FreeRDPCore/res/layout/super_bar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
android:paddingRight="6dip"
android:paddingTop="7dip"
android:paddingBottom="16dip"
android:background="@drawable/search_plate"
android:gravity="center_vertical"
android:focusable="true"
android:descendantFocusability="afterDescendants">
Expand All @@ -36,8 +35,6 @@
android:singleLine="true"
android:ellipsize="end"
android:inputType="text"
android:textColor="?android:attr/textColorPrimary"
android:textColorHint="?android:attr/textColorHint"
android:drawableLeft="@drawable/icon_edittext_search"
android:drawableRight="@drawable/icon_edittext_clear"
/>
Expand Down

0 comments on commit 0688d5f

Please sign in to comment.