diff --git a/ic_startbutton-web.png b/ic_startbutton-web.png new file mode 100644 index 0000000..a998fc0 --- /dev/null +++ b/ic_startbutton-web.png diff --git a/src/com/upc/pbe/upcnews/MainActivity.java b/src/com/upc/pbe/upcnews/MainActivity.java index 454503d..ab48849 100644 --- a/src/com/upc/pbe/upcnews/MainActivity.java +++ b/src/com/upc/pbe/upcnews/MainActivity.java @@ -29,6 +29,12 @@ public class MainActivity extends Activity implements OnClickListener { @Override public void onCreate(Bundle savedInstanceState) { + /* + * FALTA: + * Boton de un color mas oscuro al darle + * Boton y texto centrados + * Boton mayor resolucion + */ super.onCreate(savedInstanceState); setContentView(R.layout.main_activity); Log.d(TAG, "onCreated");