For #19273 - Ensure a new line at the EOF is available in all xml files (#19295)

upstream-sync
Priyanka 3 years ago committed by GitHub
parent 5b5e7ebf47
commit 05c38d911e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,4 +11,3 @@
android:fillColor="?primaryText"
android:pathData="m9.667,13c0.7362,0 1.333,0.5968 1.333,1.333v5.334c0,0.7362 -0.5968,1.333 -1.333,1.333h-5.334c-0.7362,0 -1.333,-0.5968 -1.333,-1.333v-5.334c0,-0.7362 0.5968,-1.333 1.333,-1.333zM19.667,13c0.7362,0 1.333,0.5968 1.333,1.333v5.334c0,0.7362 -0.5968,1.333 -1.333,1.333h-5.334c-0.7362,0 -1.333,-0.5968 -1.333,-1.333v-5.334c0,-0.7362 0.5968,-1.333 1.333,-1.333zM9.667,3c0.7362,0 1.333,0.5968 1.333,1.333v5.334c0,0.7362 -0.5968,1.333 -1.333,1.333h-5.334c-0.7362,0 -1.333,-0.5968 -1.333,-1.333v-5.334c0,-0.7362 0.5968,-1.333 1.333,-1.333zM19.667,3c0.7362,0 1.333,0.5968 1.333,1.333v5.334c0,0.7362 -0.5968,1.333 -1.333,1.333h-5.334c-0.7362,0 -1.333,-0.5968 -1.333,-1.333v-5.334c0,-0.7362 0.5968,-1.333 1.333,-1.333z" />
</vector>

@ -20,4 +20,3 @@
app:browserToolbarProgressBarGravity="bottom"
app:browserToolbarSecureColor="?primaryText"
app:browserToolbarTrackingProtectionAndSecurityIndicatorSeparatorColor="?toolbarDivider" />

@ -63,4 +63,3 @@
android:text="@string/phone_feature_go_to_settings" />
</LinearLayout>

@ -28,4 +28,3 @@
android:paddingTop="19dp"
tools:listitem="@layout/history_list_item" />
</androidx.constraintlayout.widget.ConstraintLayout>

@ -8,4 +8,3 @@
style="@style/NeutralButton"
android:layout_marginHorizontal="16dp"
android:text="@string/preferences_tracking_protection_exceptions_turn_on_for_all" />

@ -31,4 +31,3 @@
tools:text="mozilla.com" />
</LinearLayout>

@ -101,4 +101,3 @@
</RelativeLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
</HorizontalScrollView>

@ -8,4 +8,3 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="@dimen/library_item_height" />

@ -36,4 +36,3 @@
<!-- Instructions on how to access pairing -->
<string name="sign_in_instructions_cn"><![CDATA[On your computer open Firefox and go to <b>https://firefox.com.cn/pair</b>]]></string>
</resources>

@ -24,4 +24,3 @@
android:title="@string/preferences_passwords_exceptions"
app:icon="@drawable/ic_internet" />
</PreferenceScreen>

Loading…
Cancel
Save