Kaynağa Gözat

README update.

Aidan Follestad 10 yıl önce
ebeveyn
işleme
75fc17eda9
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -311,11 +311,11 @@ MaterialDialog dialog = //... initialization via the builder ...
 View view = dialog.getCustomView();
 ```
 
-If you want to get a reference to the title textview (e.g. to change visibility):
+If you want to get a reference to the title frame (which contains the icon and title, e.g. to change visibility):
 
 ```java
 MaterialDialog dialog = //... initialization via the builder ...
-TextView title = dialog.getTitleTextView();
+TextView title = dialog.getTitleFrame();
 ```
 
 If you want to get a reference to one of the dialog action buttons (e.g. to enable or disable buttons):