Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Виберіть вірний варант доступу до таблиці ресурсів::
Resources r = getResources();public static final class drawable {borderWidth = r.getDimension(R.dimen.standard_border); String[] stringArray =
Resources r = getResources();public static final class drawable {public static final int ic_launcher=0x7f020000;
Resources r = getResources();CharSequence greetingMsg = r.getText(R.string.greeting_message); Drawable icon = r.getDrawable(R.drawable.app_icon); int opaqueBlue = r.getColor(R.color.opaque_blue); float borderWidth = r.getDimension(R.dimen.standard_border); String[] stringArray = r.getStringArray(R.array.string_array); int[] intArray = r.getIntArray(R.array.integer_array);
Resources r = getResources();android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@color/screen_bkg_color" android:orientation="vertical" > <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="@color/view_bkg_color" android:text="@string/hello"
android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@color/screen_bkg_color" android:orientation="vertical" > <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="@color/view_bkg_color" android:text="@string/hello"
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!