Skip to content

Commit 1238c80

Browse files
committed
ignore
1 parent 849cd58 commit 1238c80

File tree

3 files changed

+34
-19
lines changed

3 files changed

+34
-19
lines changed
Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"allFiles": [
33
{
4-
"file": "/storage/emulated/0/AndroidIDEProjects/ashell/app/src/main/java/in/hridayan/ashell/fragments/aShellFragment.java",
4+
"file": "/storage/emulated/0/AndroidIDEProjects/ashell/app/src/main/res/layout/item_settings.xml",
55
"selection": {
66
"end": {
77
"column": 0,
@@ -16,35 +16,50 @@
1616
}
1717
},
1818
{
19-
"file": "/storage/emulated/0/AndroidIDEProjects/ashell/app/src/main/java/in/hridayan/ashell/activities/ChangelogActivity.java",
19+
"file": "/storage/emulated/0/AndroidIDEProjects/ashell/app/src/main/res/layout/rv_examples.xml",
2020
"selection": {
2121
"end": {
22-
"column": 135,
23-
"index": 1284,
24-
"line": 38
22+
"column": 0,
23+
"index": 0,
24+
"line": 0
2525
},
2626
"start": {
27-
"column": 135,
28-
"index": 1284,
29-
"line": 38
27+
"column": 0,
28+
"index": 0,
29+
"line": 0
3030
}
3131
}
3232
},
3333
{
3434
"file": "/storage/emulated/0/AndroidIDEProjects/ashell/app/src/main/java/in/hridayan/ashell/activities/AboutActivity.java",
3535
"selection": {
3636
"end": {
37-
"column": 0,
38-
"index": 2548,
39-
"line": 78
37+
"column": 59,
38+
"index": 1273,
39+
"line": 36
4040
},
4141
"start": {
42-
"column": 0,
43-
"index": 2548,
44-
"line": 78
42+
"column": 59,
43+
"index": 1273,
44+
"line": 36
45+
}
46+
}
47+
},
48+
{
49+
"file": "/storage/emulated/0/AndroidIDEProjects/ashell/app/src/main/java/in/hridayan/ashell/activities/ChangelogActivity.java",
50+
"selection": {
51+
"end": {
52+
"column": 11,
53+
"index": 909,
54+
"line": 29
55+
},
56+
"start": {
57+
"column": 11,
58+
"index": 909,
59+
"line": 29
4560
}
4661
}
4762
}
4863
],
49-
"selectedFile": "/storage/emulated/0/AndroidIDEProjects/ashell/app/src/main/java/in/hridayan/ashell/activities/AboutActivity.java"
64+
"selectedFile": "/storage/emulated/0/AndroidIDEProjects/ashell/app/src/main/java/in/hridayan/ashell/activities/ChangelogActivity.java"
5065
}

app/src/main/java/in/hridayan/ashell/activities/ChangelogActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public void onClick(View v) {
3535
List<ChangelogItem> changelogItems = new ArrayList<>();
3636
changelogItems.add(
3737
new ChangelogItem(
38-
"Version 1.2.0",
38+
"Version 1.3.0",
3939
"\n\n• Revamped Settings panel.\n\n• Added Double Tap to instant scroll to top and bottom positions in shell output view.\n\n• Minor UI fixes."));
4040
changelogItems.add(
4141
new ChangelogItem(

app/src/main/res/layout/rv_examples.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
android:layout_width="fill_parent"
66
android:layout_height="wrap_content"
77
android:layout_margin="12.0dip"
8-
app:cardCornerRadius="15.0dip"
9-
app:cardElevation="4.0dip"
10-
app:strokeWidth="0.0dip">
8+
app:cardCornerRadius="20.0dip"
9+
app:cardBackgroundColor="@color/transparent"
10+
app:strokeWidth="1.0dip">
1111
<androidx.appcompat.widget.LinearLayoutCompat
1212
android:layout_gravity="center"
1313
android:orientation="vertical"

0 commit comments

Comments
 (0)