Skip to content

Instantly share code, notes, and snippets.

@sergenes
sergenes / Old Android RTL Alignment
Last active December 21, 2015 12:18
Old Android, how to understand that you have to fix alignment in TextView.
public class SplashActivity extends Activity {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.splash);
LinearLayout layoutMain = (LinearLayout) findViewById(R.id.layoutMain);