Skip to content

Instantly share code, notes, and snippets.

@orhanobut
Created September 22, 2015 21:08
Show Gist options
  • Save orhanobut/c6661798c6f5f930b347 to your computer and use it in GitHub Desktop.
Save orhanobut/c6661798c6f5f930b347 to your computer and use it in GitHub Desktop.
public class MyFragment extends Fragment {
private void init() {
for (View view : views) {
view.setBackgroundColor(Color.BLACK);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment