You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
827 B
5 lines
827 B
<?xml version="1.0" encoding="utf-8"?> |
|
<RelativeLayout android:background="@color/page_actionbar_back" android:focusable="true" android:focusableInTouchMode="true" android:layout_width="fill_parent" android:layout_height="wrap_content" |
|
xmlns:android="http://schemas.android.com/apk/res/android"> |
|
<com.viatech.community.views.DrawableCenterEditText android:textColorHint="@color/font_edit_hint" android:id="@id/community_user_search_edit" android:background="@drawable/edit_public_shape" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="20.0dip" android:layout_marginTop="5.0dip" android:layout_marginRight="20.0dip" android:layout_marginBottom="5.0dip" android:hint="@string/user_search_hint" android:drawableLeft="@drawable/search_actionbar_pressed" /> |
|
</RelativeLayout> |