Skip to content

Commit 3de28c9

Browse files
paulfthomasjosefigueroa168
authored andcommitted
[Catalog] Internal change
PiperOrigin-RevId: 415516070
1 parent 833f410 commit 3de28c9

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

catalog/java/io/material/catalog/button/res/layout/cat_buttons_fragment.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -141,22 +141,6 @@
141141
app:iconGravity="textStart"
142142
app:iconPadding="0dp"/>
143143

144-
<TextView
145-
android:textStyle="bold"
146-
android:layout_width="wrap_content"
147-
android:layout_height="wrap_content"
148-
android:paddingTop="8dp"
149-
android:text="@string/cat_top_icon_btn_text"
150-
android:textSize="16sp"/>
151-
152-
<Button
153-
android:layout_width="wrap_content"
154-
android:layout_height="wrap_content"
155-
android:contentDescription="@string/cat_button_top_icon_btn_text"
156-
android:text="@string/cat_button_label_enabled"
157-
app:icon="@drawable/ic_dialogs_24px"
158-
app:iconGravity="textTop" />
159-
160144
<com.google.android.material.switchmaterial.SwitchMaterial
161145
android:id="@+id/cat_button_enabled_switch"
162146
android:layout_width="wrap_content"

catalog/java/io/material/catalog/button/res/values/strings.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
<string name="cat_filled_buttons_section_title">Filled buttons</string>
3838
<string name="cat_outlined_btn_text">Outlined buttons</string>
3939
<string name="cat_outlined_icon_btn_text">Icon only buttons</string>
40-
<string name="cat_top_icon_btn_text" description="Section header label for buttons with a top icon">Top icon buttons</string>
41-
<string name="cat_button_top_icon_btn_text" description="Content description for a button with a top icon">Top icon buttons</string>
4240
<string name="cat_button_clicked">Button clicked</string>
4341
<string name="cat_snackbar_action_button_text">Done</string>
4442

0 commit comments

Comments
 (0)