Loading res/layout/pointer_icon_stroke_style_layout.xml +3 −3 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ android:layout_marginBottom="@dimen/pointer_stroke_style_padding"> <RadioButton android:id="@+id/stroke_style_white" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_height="@dimen/pointer_stroke_style_radio_button_height" android:layout_margin="@dimen/pointer_stroke_style_padding" android:paddingStart="@dimen/pointer_stroke_style_text_padding" android:text="@string/pointer_stroke_style_name_white" Loading @@ -53,7 +53,7 @@ android:textAppearance="?android:attr/textAppearanceListItem" /> <RadioButton android:id="@+id/stroke_style_black" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_height="@dimen/pointer_stroke_style_radio_button_height" android:layout_margin="@dimen/pointer_stroke_style_padding" android:paddingStart="@dimen/pointer_stroke_style_text_padding" android:text="@string/pointer_stroke_style_name_black" Loading @@ -61,7 +61,7 @@ android:textAppearance="?android:attr/textAppearanceListItem" /> <RadioButton android:id="@+id/stroke_style_none" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_height="@dimen/pointer_stroke_style_radio_button_height" android:layout_margin="@dimen/pointer_stroke_style_padding" android:paddingStart="@dimen/pointer_stroke_style_text_padding" android:text="@string/pointer_stroke_style_name_none" Loading res/values/dimens.xml +1 −0 Original line number Diff line number Diff line Loading @@ -204,6 +204,7 @@ <dimen name="pointer_fill_style_checkmark_size">24dp</dimen> <dimen name="pointer_stroke_style_padding">8dp</dimen> <dimen name="pointer_stroke_style_text_padding">21dp</dimen> <dimen name="pointer_stroke_style_radio_button_height">48dp</dimen> <dimen name="pointer_scale_padding">8dp</dimen> <item name="pointer_scale_size_start" format="float" type="dimen">1.0</item> <item name="pointer_scale_size_end" format="float" type="dimen">2.5</item> Loading Loading
res/layout/pointer_icon_stroke_style_layout.xml +3 −3 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ android:layout_marginBottom="@dimen/pointer_stroke_style_padding"> <RadioButton android:id="@+id/stroke_style_white" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_height="@dimen/pointer_stroke_style_radio_button_height" android:layout_margin="@dimen/pointer_stroke_style_padding" android:paddingStart="@dimen/pointer_stroke_style_text_padding" android:text="@string/pointer_stroke_style_name_white" Loading @@ -53,7 +53,7 @@ android:textAppearance="?android:attr/textAppearanceListItem" /> <RadioButton android:id="@+id/stroke_style_black" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_height="@dimen/pointer_stroke_style_radio_button_height" android:layout_margin="@dimen/pointer_stroke_style_padding" android:paddingStart="@dimen/pointer_stroke_style_text_padding" android:text="@string/pointer_stroke_style_name_black" Loading @@ -61,7 +61,7 @@ android:textAppearance="?android:attr/textAppearanceListItem" /> <RadioButton android:id="@+id/stroke_style_none" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_height="@dimen/pointer_stroke_style_radio_button_height" android:layout_margin="@dimen/pointer_stroke_style_padding" android:paddingStart="@dimen/pointer_stroke_style_text_padding" android:text="@string/pointer_stroke_style_name_none" Loading
res/values/dimens.xml +1 −0 Original line number Diff line number Diff line Loading @@ -204,6 +204,7 @@ <dimen name="pointer_fill_style_checkmark_size">24dp</dimen> <dimen name="pointer_stroke_style_padding">8dp</dimen> <dimen name="pointer_stroke_style_text_padding">21dp</dimen> <dimen name="pointer_stroke_style_radio_button_height">48dp</dimen> <dimen name="pointer_scale_padding">8dp</dimen> <item name="pointer_scale_size_start" format="float" type="dimen">1.0</item> <item name="pointer_scale_size_end" format="float" type="dimen">2.5</item> Loading