调整布局
This commit is contained in:
parent
a2ee1ac4a3
commit
59b1e64546
@ -13,7 +13,7 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
//com.drawing.trace.sketch.draw
|
||||
applicationId = "com.drawing.trace.sketch.draw.test"
|
||||
applicationId = "com.drawing.trace.sketch.draw"
|
||||
minSdk = 23
|
||||
targetSdk = 34
|
||||
versionCode = 1
|
||||
|
||||
@ -115,7 +115,7 @@ public class ImportActivity extends AppCompatActivity {
|
||||
}
|
||||
|
||||
private void setRecyclerView() {
|
||||
ItemDecoration itemDecoration = new ItemDecoration(16, 19, 10);
|
||||
ItemDecoration itemDecoration = new ItemDecoration(25, 19, 10);
|
||||
recyclerView.addItemDecoration(itemDecoration);
|
||||
recyclerView.setLayoutManager(new GridLayoutManager(this, 2));
|
||||
Log.d("22222225555", "onCreate: " + imagePaths.size());
|
||||
|
||||
@ -54,7 +54,7 @@ public class PaintingFragment extends Fragment {
|
||||
|
||||
binding.recyclerview.setLayoutManager(new GridLayoutManager(requireContext(), 2));
|
||||
|
||||
ItemDecoration itemDecoration = new ItemDecoration(16, 19, 10);
|
||||
ItemDecoration itemDecoration = new ItemDecoration(20, 19, 10);
|
||||
binding.recyclerview.addItemDecoration(itemDecoration);
|
||||
|
||||
binding.recyclerview.setAdapter(preViewAdapter);
|
||||
|
||||
6
keystore.properties
Normal file
6
keystore.properties
Normal file
@ -0,0 +1,6 @@
|
||||
app_name=AR Draw
|
||||
package_name=com.drawing.trace.sketch.draw
|
||||
keystoreFile=app/DrawSketch.jks
|
||||
key_alias=DrawSketchkey0
|
||||
key_store_password=DrawSketch
|
||||
key_password=DrawSketch
|
||||
Loading…
Reference in New Issue
Block a user