File tree 3 files changed +2
-5
lines changed
java/fr/free/nrw/commons/customselector/ui/selector
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,7 @@ import android.os.Bundle
4
4
import android.view.LayoutInflater
5
5
import android.view.View
6
6
import android.view.ViewGroup
7
- import android.widget.LinearLayout
8
7
import android.widget.ProgressBar
9
- import android.widget.TextView
10
8
import androidx.lifecycle.Observer
11
9
import androidx.lifecycle.ViewModelProvider
12
10
import androidx.recyclerview.widget.GridLayoutManager
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<androidx .constraintlayout.widget.ConstraintLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3
- xmlns : tools =" http://schemas.android.com/tools"
4
3
android : layout_width =" match_parent"
5
4
android : layout_height =" match_parent"
6
5
xmlns : app =" http://schemas.android.com/apk/res-auto" >
Original file line number Diff line number Diff line change 14
14
15
15
<TextView
16
16
android : id =" @+id/empty_text"
17
- android : layout_width =" wrap_content"
18
17
android : layout_height =" wrap_content"
18
+ android : layout_width =" wrap_content"
19
+ android : textSize =" 20sp"
19
20
android : padding =" @dimen/standard_gap"
20
21
android : text =" @string/no_images_found"
21
- android : textSize =" 20sp"
22
22
app : layout_constraintBottom_toBottomOf =" parent"
23
23
app : layout_constraintEnd_toEndOf =" parent"
24
24
app : layout_constraintStart_toStartOf =" parent"
You can’t perform that action at this time.
0 commit comments