Example usage for android.widget LinearLayout getOrientation

List of usage examples for android.widget LinearLayout getOrientation

Introduction

In this page you can find the example usage for android.widget LinearLayout getOrientation.

Prototype

@OrientationMode
public int getOrientation() 

Source Link

Document

Returns the current orientation.

Usage