File tree Expand file tree Collapse file tree
java/net/i2p/android/preferences/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 android : sharedUserId =" net.i2p" >
55
66 <uses-sdk xmlns : tools =" http://schemas.android.com/tools"
7- tools : overrideLibrary =" android.support.v14 .preference" />
7+ tools : overrideLibrary =" androidx .preference" />
88
99 <uses-permission android : name =" android.permission.INTERNET" />
1010 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
Original file line number Diff line number Diff line change 1010 */
1111public abstract class CustomPreferenceFragment extends PreferenceFragmentCompat {
1212 private static final String DIALOG_FRAGMENT_TAG =
13- "android.support.v7 .preference.PreferenceFragment.DIALOG" ;
13+ "androidx .preference.PreferenceFragment.DIALOG" ;
1414
1515 @ Override
1616 public void onDisplayPreferenceDialog (Preference preference ) {
Original file line number Diff line number Diff line change 66
77 <com .androidplot.xy.XYPlot
88 android : id =" @+id/rate_stat_plot"
9- androidPlot.graphWidget.domainLabelPaint.textSize=" @dimen/graph_domain_tick_label_font_size"
10- androidPlot.graphWidget.domainOriginLabelPaint.textSize=" @dimen/graph_domain_tick_label_font_size"
119 androidPlot.graphWidget.marginBottom=" 20dp"
1210 androidPlot.graphWidget.marginLeft=" 20dp"
1311 androidPlot.graphWidget.marginRight=" 10dp"
1412 androidPlot.graphWidget.marginTop=" 11dp"
15- androidPlot.graphWidget.rangeLabelPaint.textSize=" @dimen/graph_range_tick_label_font_size"
16- androidPlot.graphWidget.rangeOriginLabelPaint.textSize=" @dimen/graph_range_tick_label_font_size"
1713 android : layout_width =" match_parent"
1814 android : layout_height =" match_parent" />
1915</LinearLayout >
You can’t perform that action at this time.
0 commit comments