mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Refactor a variable name to camel case and bind search this area view
This commit is contained in:
parent
f57d2cd264
commit
69597b34d5
1 changed files with 4 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ import android.util.Log;
|
|||
import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
import android.widget.Button;
|
||||
import android.widget.FrameLayout;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.ProgressBar;
|
||||
|
|
@ -65,7 +66,9 @@ public class NearbyParentFragment extends CommonsDaggerSupportFragment
|
|||
@BindView(R.id.container_sheet)
|
||||
FrameLayout frameLayout;
|
||||
@BindView(R.id.loading_nearby_list)
|
||||
ConstraintLayout loading_nearby_layout;
|
||||
ConstraintLayout loadingNearbyLayout;
|
||||
@BindView(R.id.search_this_area_button)
|
||||
Button searchThisAreaButton;
|
||||
|
||||
@Inject
|
||||
NearbyController nearbyController;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue