Skip to content

Commit 3775efe

Browse files
committed
minor improvemnt of visual of the separators
bumped version code and number
1 parent d9743ac commit 3775efe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.cgogolin.library"
4-
android:versionCode="56"
5-
android:versionName="5.5x">
4+
android:versionCode="60"
5+
android:versionName="6.0">
66
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
77
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
88
<uses-sdk android:minSdkVersion="11" android:targetSdkVersion="23" />

res/layout/bibtexentry.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
android:layout_height="wrap_content"
6060
android:textSize="13sp"
6161
android:textColor="#505050"
62+
android:paddingBottom="2sp"
6263
>
6364
</TextView>
6465
<!-- <TextView

0 commit comments

Comments
 (0)