File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 55 <application >
66 <activity
77 android : name =" .FilePickerActivity"
8+ android : theme =" @style/Theme.AppCompat.Light.NoActionBar"
89 android : configChanges =" orientation|screenSize" />
910 </application >
1011</manifest >
Original file line number Diff line number Diff line change 4646 android : textAllCaps =" false"
4747 android : textColor =" ?android:attr/textColorPrimary" />
4848
49- <ImageButton
49+ <ImageView
5050 android : id =" @+id/btn_go_back_file_picker"
51- style =" @android: style/Widget.Holo.Button.Borderless "
51+ style =" @style/Widget.AppCompat.ActionButton "
5252 android : layout_width =" 54dp"
5353 android : layout_height =" 48dp"
5454 android : layout_alignParentStart =" true"
6969 android : layout_toEndOf =" @id/btn_go_back_file_picker"
7070 android : layout_toRightOf =" @id/btn_go_back_file_picker"
7171 android : maxLines =" 1"
72+ tools : text =" 1*"
7273 android : textColor =" ?android:attr/textColor"
7374 android : textSize =" 16sp" />
7475 </RelativeLayout >
9697 android : layout_width =" match_parent"
9798 android : layout_height =" 48dp"
9899 android : overScrollMode =" never"
100+ android : elevation =" 1dp"
99101 app : layout_constraintStart_toStartOf =" parent"
100102 app : layout_constraintTop_toBottomOf =" @+id/ll_tool_bar_file_picker" />
101103</android .support.constraint.ConstraintLayout>
You can’t perform that action at this time.
0 commit comments