File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
java/org/ranobe/ranobe/ui/details Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11package org .ranobe .ranobe .ui .details ;
22
33import android .content .Intent ;
4- import android .net .Uri ;
54import android .os .Bundle ;
65import android .view .LayoutInflater ;
76import android .view .View ;
Original file line number Diff line number Diff line change 88 <androidx .recyclerview.widget.RecyclerView
99 android : id =" @+id/novel_list"
1010 android : layout_width =" match_parent"
11- android : layout_height =" match_parent" />
11+ android : layout_height =" match_parent"
12+ android : paddingHorizontal =" 10dp" />
1213
1314 <com .google.android.material.progressindicator.LinearProgressIndicator
1415 android : id =" @+id/progress"
Original file line number Diff line number Diff line change 33 xmlns : tools =" http://schemas.android.com/tools"
44 android : layout_width =" match_parent"
55 android : layout_height =" match_parent"
6- android : layout_marginTop =" 20dp"
76 tools : context =" .ui.explore.Explore" >
87
98 <TextView
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<RelativeLayout xmlns : android =" http://schemas.android.com/apk/res/android"
33 xmlns : app =" http://schemas.android.com/apk/res-auto"
4- android : layout_width =" 120dp "
4+ android : layout_width =" 100dp "
55 android : layout_height =" wrap_content"
66 android : layout_marginBottom =" 15dp" >
77
1818
1919 <ImageView
2020 android : id =" @+id/novel_cover"
21- android : layout_width =" 120dp "
22- android : layout_height =" 180dp "
21+ android : layout_width =" 100dp "
22+ android : layout_height =" 150dp "
2323 android : adjustViewBounds =" true"
2424 android : contentDescription =" @string/image"
2525 android : scaleType =" centerCrop" />
You can’t perform that action at this time.
0 commit comments