blob: 2c421ab7636dc3fd3ca483520fff041d5fff833e [file] [log] [blame]
package p1.p2;
import android.app.Activity;
public class Plurals extends Activity {
public void test(int quantity) <fold text='{...}' expand='true'>{
String s = <fold text='"Hello!"' expand='false'>getResources().getQuantityString(R.plurals.plural1, quantity)</fold>;
String t = <fold text='Quantity One' expand='false'>getResources().getQuantityString(R.plurals.plural2, quantity)</fold>;
}</fold>
}