File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
lib/java/com/google/android/material Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ public final class CollapsingTextHelper {
75
75
// by using our own texture
76
76
private static final boolean USE_SCALING_TEXTURE = Build .VERSION .SDK_INT < 18 ;
77
77
private static final String TAG = "CollapsingTextHelper" ;
78
- private static final String ELLIPSIS_NORMAL = "\u2026 " ; // HORIZONTAL ELLIPSIS (… )
78
+ private static final String ELLIPSIS_NORMAL = "\u2026 " ; // HORIZONTAL ELLIPSIS (... )
79
79
80
80
private static final float FADE_MODE_THRESHOLD_FRACTION_RELATIVE = 0.5f ;
81
81
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ public class TabLayout extends HorizontalScrollView {
209
209
/**
210
210
* Scrollable tabs display a subset of tabs at any given moment, and can contain longer tab labels
211
211
* and a larger number of tabs. They are best used for browsing contexts in touch interfaces when
212
- * users don’ t need to directly compare the tab labels.
212
+ * users don' t need to directly compare the tab labels.
213
213
*
214
214
* @see #setTabMode(int)
215
215
* @see #getTabMode()
@@ -218,7 +218,7 @@ public class TabLayout extends HorizontalScrollView {
218
218
219
219
/**
220
220
* Fixed tabs display all tabs concurrently and are best used with content that benefits from
221
- * quick pivots between tabs. The maximum number of tabs is limited by the view’ s width. Fixed
221
+ * quick pivots between tabs. The maximum number of tabs is limited by the view' s width. Fixed
222
222
* tabs have equal width, based on the widest tab label.
223
223
*
224
224
* @see #setTabMode(int)
@@ -1072,7 +1072,7 @@ public void removeAllTabs() {
1072
1072
* content that benefits from quick pivots between tabs.
1073
1073
* <li>{@link #MODE_SCROLLABLE}: Scrollable tabs display a subset of tabs at any given moment,
1074
1074
* and can contain longer tab labels and a larger number of tabs. They are best used for
1075
- * browsing contexts in touch interfaces when users don’ t need to directly compare the tab
1075
+ * browsing contexts in touch interfaces when users don' t need to directly compare the tab
1076
1076
* labels. This mode is commonly used with a {@link androidx.viewpager.widget.ViewPager}.
1077
1077
* </ul>
1078
1078
*
You can’t perform that action at this time.
0 commit comments