Android Drawable shape resource code download

1 post

Android Drawable shape resource code download

Android Program – Drawable shape resource

ANDROID FOR FRESHERS   Android Program of Drawable shape resource   Java Code(ShapeAct) import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; public class ShapeAct extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_shape); } } Layout XML Code(activity_shape) <?xml version=”1.0″ encoding=”utf-8″?> <ScrollView android:layout_height=”match_parent” android:layout_width=”match_parent” xmlns:android=”http://schemas.android.com/apk/res/android” > <LinearLayout xmlns:android=”http://schemas.android.com/apk/res/android” […]