Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan-arshad-dev committed Dec 4, 2020
1 parent cd7be2f commit 4588977
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions OpenEdXMobile/res/layout/dialog_wifi_confirm.xml
Expand Up @@ -73,7 +73,7 @@

<androidx.appcompat.widget.AppCompatButton
android:id="@+id/negativeButton"
style="@style/bold_text"
style="@style/bold_edx_brand_primary_base_text"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
Expand All @@ -91,7 +91,7 @@

<androidx.appcompat.widget.AppCompatButton
android:id="@+id/positiveButton"
style="@style/bold_text"
style="@style/bold_edx_brand_primary_base_text"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:gravity="center"
Expand Down
Expand Up @@ -58,6 +58,7 @@
import org.edx.mobile.util.Version;
import org.edx.mobile.util.VideoUtil;
import org.edx.mobile.view.BaseCourseUnitVideoFragment;
import org.edx.mobile.view.custom.IconProgressBar;
import org.edx.mobile.view.dialog.CCLanguageDialogFragment;
import org.edx.mobile.view.dialog.IListDialogCallback;
import org.edx.mobile.view.dialog.RatingDialogFragment;
Expand Down Expand Up @@ -176,7 +177,7 @@ public void onCreate(Bundle savedInstanceState) {
public View onCreateView(LayoutInflater inflater, ViewGroup container,
Bundle savedInstanceState) {
View view = inflater.inflate(R.layout.panel_player, null);

((IconProgressBar)view.findViewById(R.id.loading_indicator)).setIndeterminateIconColor(getResources().getColor(R.color.white));
return view;
}

Expand Down

0 comments on commit 4588977

Please sign in to comment.