Bug 1885561 - [Menu Redesign] Rename “Add-ons” to “Extensions” in menus and Add-ons...
[gecko.git] / mobile / android / android-components / components / feature / addons / src / main / res / layout / mozac_feature_addons_footer_section_item.xml
blob1f76ce69d5e251795372a866dfd540ba0bd1134f
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3    - License, v. 2.0. If a copy of the MPL was not distributed with this
4    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5 <Button xmlns:android="http://schemas.android.com/apk/res/android"
6     android:layout_width="match_parent"
7     android:layout_height="48dp"
8     android:layout_marginStart="12dp"
9     android:layout_marginEnd="12dp"
10     android:layout_marginTop="8dp"
11     android:layout_marginBottom="12dp"
12     android:text="@string/mozac_feature_addons_find_more_extensions_button_text"
13     android:textAlignment="center"
14     android:textAllCaps="false"
15     android:textSize="14sp" />