adding a couple UI improvements
This commit is contained in:
parent
2eef96b8f0
commit
b393cda6ee
|
@ -57,7 +57,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.simplemobiletools:commons:5.24.10'
|
||||
implementation 'com.simplemobiletools:commons:5.25.22'
|
||||
implementation 'org.greenrobot:eventbus:3.2.0'
|
||||
implementation 'com.github.Armen101:AudioRecordView:1.0.2'
|
||||
}
|
||||
|
|
|
@ -12,6 +12,6 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:singleLine="true"
|
||||
android:textCursorDrawable="@null"
|
||||
android:textSize="@dimen/normal_text_size" />
|
||||
android:textSize="@dimen/bigger_text_size" />
|
||||
|
||||
</LinearLayout>
|
||||
|
|
|
@ -11,12 +11,13 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="@dimen/activity_margin"
|
||||
android:alpha="0.8"
|
||||
android:gravity="center"
|
||||
android:lineSpacingExtra="@dimen/medium_margin"
|
||||
android:lineSpacingExtra="@dimen/small_margin"
|
||||
android:padding="@dimen/activity_margin"
|
||||
android:text="@string/no_recordings_found"
|
||||
android:textSize="@dimen/bigger_text_size"
|
||||
android:textStyle="italic"
|
||||
android:visibility="visible" />
|
||||
|
||||
<com.simplemobiletools.commons.views.MyRecyclerView
|
||||
|
|
Loading…
Reference in New Issue