mirror of
https://github.com/ClaytonWWilson/Listify.git
synced 2025-12-16 02:38:47 +00:00
Filter dialog layout improvements
This commit is contained in:
parent
9616c7a572
commit
6623aeef90
@ -133,7 +133,7 @@ public class SearchResults extends AppCompatActivity implements FilterDialogFrag
|
||||
}
|
||||
});
|
||||
|
||||
// TODO: price filter should be disabled until a search is made
|
||||
// TODO: Reset upper and lower limits on price filter when a new search is made
|
||||
filterItem = menu.findItem(R.id.action_filter);
|
||||
filterItem.setOnMenuItemClickListener(new MenuItem.OnMenuItemClickListener() {
|
||||
@Override
|
||||
|
||||
@ -6,25 +6,27 @@
|
||||
<TextView
|
||||
android:id="@+id/tv_store_selection"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="15dp"
|
||||
android:layout_marginStart="15dp"
|
||||
android:text="@string/store_selection" />
|
||||
android:text="@string/store_selection"
|
||||
android:textSize="20sp"/>
|
||||
|
||||
<ListView
|
||||
android:id="@+id/store_name_list"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="300dp"/>
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="5dp"
|
||||
android:layout_marginBottom="10dp"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_price_label"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="20dp"
|
||||
android:layout_marginStart="15dp"
|
||||
android:text="Price" />
|
||||
android:text="Price"
|
||||
android:textSize="20sp"/>
|
||||
|
||||
<com.crystal.crystalrangeseekbar.widgets.CrystalRangeSeekbar
|
||||
android:id="@+id/price_range_seekbar"
|
||||
|
||||
@ -10,9 +10,8 @@
|
||||
android:text="New Text"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_alignParentStart="true"
|
||||
android:textSize="20sp"
|
||||
android:textStyle="bold"
|
||||
android:layout_marginStart="30dp"/>
|
||||
android:textSize="16sp"
|
||||
android:layout_marginStart="25dp"/>
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/store_check_box"
|
||||
@ -21,7 +20,6 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text=""
|
||||
android:focusable="false"
|
||||
|
||||
android:gravity="end"
|
||||
android:layout_marginEnd="20dp"
|
||||
android:layout_marginBottom="-5dp"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user