Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- Add the following declarations to your gradle build file:
- compile 'com.android.support:appcompat-v7:24.2.1'
- compile 'com.android.support:design:24.2.1'
- compile 'com.android.support:support-v4:24.2.1'
- compile 'com.android.support:gridlayout-v7:24.2.1
- */
- public class ScreensActivity extends AppCompatActivity {
- private static final String TAG = "ScreensActivity";
- @Override
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- setContentView(R.layout.activity_screens);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement