Skip to content

Commit

Permalink
the autofillHints is now removed so you see the linebreaks
Browse files Browse the repository at this point in the history
close #21

removed read stuff
close #22
  • Loading branch information
amarradi committed Sep 22, 2023
1 parent 047ad10 commit efc3a90
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 104 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.git.amarradi.leafpad"
minSdkVersion 21
targetSdkVersion 33
versionCode 8
versionName "1.7"
versionCode 9
versionName "1.8"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
//version types: alpha, beta, r
Expand Down
4 changes: 1 addition & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
android:supportsRtl="true"

android:theme="@style/AppTheme">
<activity
android:name=".NoteReadActivity"
android:exported="false" />

<activity
android:name=".MainActivity"
android:exported="true"
Expand Down
34 changes: 0 additions & 34 deletions app/src/main/java/com/git/amarradi/leafpad/NoteReadActivity.java

This file was deleted.

21 changes: 0 additions & 21 deletions app/src/main/res/layout/activity_read.xml

This file was deleted.

1 change: 0 additions & 1 deletion app/src/main/res/layout/content_note_edit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
android:hint="@string/body_hint"
android:autofillHints="@string/body_hint"
android:scrollbars="vertical"
android:inputType="text"
/>

</LinearLayout>
43 changes: 0 additions & 43 deletions app/src/main/res/layout/read_note.xml

This file was deleted.

0 comments on commit efc3a90

Please sign in to comment.