2017-06-19 87 views
1

我想檢索我的文本加載文本的寬度。下面是我使用的代碼,Android TextView寬度單位?

txt_MyText.measure(0, 0); 
float textViewWidth = txt_MyText.getMeasuredWidth(); 

下面這段代碼返回值25882.0

我在三星Galaxy S6邊緣具有三星Galaxy S6,S6邊緣的屏幕 尺寸測試此5.1「1440×2560

我不確定在什麼單位這個值返回。在我的XML中,我將TextView寬度設置爲WRAP_CONTENT。

如何獲取PIXELS中文本視圖的寬度。

謝謝。

+0

所有這些框架提供的像素值。 – azizbekian

回答

-1
txt_MyText.getWidth() // this will get you the view's width 
txt_MyText.getHeight() // this will get you the view's height 

返回值將在像素