mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Rename some layout files as they are used for specific purposes
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ public class AppBlacklistActivity extends GBActivity {
|
||||
RecyclerView appListView = (RecyclerView) findViewById(R.id.appListView);
|
||||
appListView.setLayoutManager(new LinearLayoutManager(this));
|
||||
|
||||
appBlacklistAdapter = new AppBlacklistAdapter(R.layout.item_with_checkbox, this);
|
||||
appBlacklistAdapter = new AppBlacklistAdapter(R.layout.item_app_blacklist, this);
|
||||
|
||||
appListView.setAdapter(appBlacklistAdapter);
|
||||
|
||||
|
||||
+1
-1
@@ -276,7 +276,7 @@ public abstract class AbstractAppManagerFragment extends Fragment {
|
||||
}
|
||||
});
|
||||
appListView.setLayoutManager(new LinearLayoutManager(getActivity()));
|
||||
mGBDeviceAppAdapter = new GBDeviceAppAdapter(appList, R.layout.item_with_details_and_drag_handle, this);
|
||||
mGBDeviceAppAdapter = new GBDeviceAppAdapter(appList, R.layout.item_pebble_watchapp, this);
|
||||
appListView.setAdapter(mGBDeviceAppAdapter);
|
||||
|
||||
ItemTouchHelper.Callback appItemTouchHelperCallback = new AppItemTouchHelperCallback(mGBDeviceAppAdapter);
|
||||
|
||||
Reference in New Issue
Block a user