core-android/src/main/java/com/uber/sdk/android/core/UberButton.java [247:254]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private void setTextAttributes(
            @NonNull Context context,
            @Nullable AttributeSet attrs,
            int defStyleAttr,
            int defStyleRes) {
        int attrsResources[] = {
                android.R.attr.textColor,
                android.R.attr.gravity,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



rides-android/src/main/java/com/uber/sdk/android/rides/RideRequestButton.java [233:240]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private void setTextAttributes(
            @NonNull Context context,
            @Nullable AttributeSet attrs,
            int defStyleAttr,
            int defStyleRes) {
        int attrsResources[] = {
                android.R.attr.textColor,
                android.R.attr.gravity,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



